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

Differences Between Stored Procedure and Function in MS SQL

What is the Use of DBCC Commands in SQL Server ?

Changing MS SQL Table Name with Query

What are OFFLINE Datafiles with SQL Server ?

What is Change Data Capture in SQL Server ?