Before I store data into SQL Server FileTable
, I need to know or verify that the FileTable
exists in the database, then only I can add the records to FileTable
.
If FileTable
is not enabled or added to Database then I want to store the data in the BLOB. Anybody can help me with a stored proc which can tell me weather the Filetable
exists in the database?