I have several tables in which foreign key constraints are added. They are used with code generation to configure specific joins in the generated stored procedures.
Is it possible to override these restrictions by causing several deletions within a transaction, in particular, "TransactionScope" in C # or by completely cascading the deletion?
sql sql-server sql-server-2008 constraints transactions
Mark redman
source share