CHECK Constraints in Microsoft SQL Server 2008
Tuesday November 25, 2008
CHECK constraints allow you to limit the types of data that users may insert in a database. They go beyond data types and allow you to define the specific values that may be included in a column.
Read the full article: CHECK Constraints in Microsoft SQL Server 2008


No comments yet. Leave a Comment