Viewing post 1 (of 1 total)
Hi there,
Another way that I use which I think will do the same thing is:
--Disable all triggers
sp_msforeachtable "ALTER TABLE ? Disable TRIGGER all"
Then when your ready to enable them again:
--Enable...
April 18, 2010 at 11:50 pm
#1153595