You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHECK constraint was created with the NOT FOR REPLICATION option.
is_not_trusted
bit
CHECK constraint has not been verified by the system for all rows.
parent_column_id
int
0 indicates a table-level CHECK constraint.
Non-zero value indicates that this is a column-level CHECK constraint defined on the column with the specified ID value.
definition
nvarchar(max)
SQL expression that defines this CHECK constraint.
uses_database_collation
bit
1 = The constraint definition depends on the default collation of the database for correct evaluation; otherwise, 0. Such a dependency prevents changing the database default collation.