Viewing post 1 (of 1 total)
What's wrong with this:
EXEC sp_MSforeachtable @command1 = 'alter table ? nocheck constraint all'
EXEC sp_MSforeachtable @command1 = 'delete from ?'
EXEC sp_MSforeachtable @command1 = 'alter table ? check constraint all'
June 3, 2008 at 5:50 am
#823536