Tag Archives: Drop Constraints
Drop all the constraints on a table
Following sql snippet illustrates an example of dropping all the constraints on a table. This stored procedure takes table name as parameter and dynamically creates a drop script for all the constraints of given table and executes it. Earliar today … Continue reading
Posted in Technology
Tagged Drop Constraints, SP, SQL Server, Stored Procedure, TSQL
Leave a comment