Can foreign key constraints be temporarily disabled using TSQL?

Posted by Ray Vega on Stack Overflow See other posts from Stack Overflow or by Ray Vega
Published on 2008-10-01T18:33:43Z Indexed on 2010/03/22 6:51 UTC
Read the original article Hit count: 269

Are disabling and enabling FK constraints supported in SQL Server? Or is my only option to 'drop and then re-'create' the constraints?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tsql