How to check if FileTable is enabled in SQL Server database

194 views Asked by At

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?

0

There are 0 answers