Disabling All Constants in a Table in MS SQL

The following query model is used to disable constants in a table in MS SQL.

Alter Table {Table Name} NOCHECK CONSTRAINT ALL


You May Interest

Getting the Id of MS SQL Server Last Entered Record

What is an Index in SQL Server ?

What is FILLFACTOR in SQL Server ?

Getting List of MS SQL User-Created Tables

What is Blocking in SQL Server ?