
February 11th, 2004, 12:13 PM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 822
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Article Discussion: Constraints In Microsoft SQL SERVER 2000
Database constraints, database integrity, keys and constraints are explained with code and examples thoroughly in this article. Ensuring data integrity is emphasized as well. Protect your information investment by using these helpful tips and keys! <EM>"Moving the responsibility for data integrity into the database has been revolutionary to database management. Constraints in Microsoft SQL Server 2000 allow us to define the ways in which we can enforce the integrity of a database. Using constraints is preferred to using triggers, stored procedures, rules, and defaults, as a method of implementing data integrity rules."</EM>
Read the full article here: Constraints In Microsoft SQL SERVER 2000
|