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

What is Failover Clustering in SQL Server ?

General Information List of All Allowed Databases in MS SQL Serve ...

How is Sqlcmd Different from Osql ?

What are the Authentication Modes in SQL Server ?

What is the Difference Between Clustered and a Non-clustered Inde ...