Disabling SQL Server Table Constraints

added by BlackWasp
3/17/2011 5:15:21 PM

130 Views

SQL Server databases should be configured with foreign key constraints to maintain referential integrity and check constraints to ensure that table data is always valid. Occasionally these constraints can be a hindrance and may be temporarily disabled.


0 comments