Viewing post 1 (of 1 total)
Hi.
You need to disable all triggers on the report database.
the following script will do that.
sp_msforeachtable 'ALTER TABLE ? DISABLE TRIGGER ALL'
January 31, 2011 at 4:56 pm
#1280702