SQL Server Error Msg 1716 – FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. Remove the FILESTREAM_ON clause from the statement, or add a FILESTREAM column to the table.

In this blog post, let’s learn about the error message “1716 – FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. Remove the FILESTREAM_ON clause from the statement, or add a FILESTREAM column to the table.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

1716 – FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. Remove the FILESTREAM_ON clause from the statement, or add a FILESTREAM column to the table.

Reason for the Error

To be update soon…

Solution

To be update soon…