SQL Server error code
SQL Server error 1716
SQL Server raises error 1716 at severity 16, which marks a problem with the query or data that you can correct.
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.
| Msg | 1716 |
|---|---|
| Severity | 16 |
| Group | 1000–1999 |