SQL Server Error Code – 33414 filetable objects require the filestream

In this blog post, you’ll learn more about the SQL Server Error Code 33414 and the error message description that is shown

SQL Server Error Code

33414

SQL Server Error Description for the Code :33414

FileTable objects require the FILESTREAM database option DIRECTORY_NAME to be non-NULL. To create a FileTable in the database ‘%.*ls’, set the DIRECTORY_NAME option to a non-NULL value using ALTER DATABASE. Or, to set the DIRECTORY_NAME option to NULL, in the database ‘%.*ls’ disable or drop the existing FileTables.

Leave Your Comment