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

Using MS SQL Order By

Making a MS SQL Database Offline

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...

What is SQL Injection in SQL Server ?

Differences Between Stored Procedure and Function in MS SQL