SQL Server error code
SQL Server error 1736
SQL Server raises error 1736 at severity 16, which marks a problem with the query or data that you can correct.
The column '%.*ls' in the table '%.*ls' cannot be referenced in a CHECK constraint or computed column definition because the column is a sparse column set. A sparse column set cannot be referenced in a a CHECK constraint or computed column definition.
| Msg | 1736 |
|---|---|
| Severity | 16 |
| Group | 1000–1999 |