SQL Server error code
SQL Server error 5099
SQL Server raises error 5099 at severity 16, which marks a problem with the query or data that you can correct.
ALTER DATABASE failed because the READ_COMMITTED_SNAPSHOT and the ALLOW_SNAPSHOT_ISOLATION options cannot be set to ON when a database has FILESTREAM filegroups. To set READ_COMMITTED_SNAPSHOT or ALLOW_SNAPSHOT_ISOLATION to ON, you must remove the FILESTREAM filegroups from the database.
| Msg | 5099 |
|---|---|
| Severity | 16 |
| Group | 5000–5999 |