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

Deleting Columns From a Table with a Query in MS SQL

What is a View in SQL Server ?

What is Deadlock in SQL Server ?

What is a Control Flow Inside SSIS ?

MS SQL Show Only Date of Current Time