In this blog post, let’s learn about the error message “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.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
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.
Reason for the Error
To be update soon…
Solution
To be update soon…