drop all foreign key constraints in a database 1 min read Sql server drop all foreign key constraints in a database Mahesh Javiya 12 years ago drop all foreign key constraints in a database Using below code you can esaly remove all foreign-key constraints of tables. SELECT ‘IF EXISTS (SELECT *... Read More