SQL Server error code
SQL Server error 550
SQL Server raises error 550 at severity 16, which marks a problem with the query or data that you can correct.
The attempted insert or update failed because the target view either specifies WITH CHECK OPTION or spans a view that specifies WITH CHECK OPTION and one or more rows resulting from the operation did not qualify under the CHECK OPTION constraint.
| Msg | 550 |
|---|---|
| Severity | 16 |
| Group | 0–999 |