Viewing 4 posts - 136 through 140 (of 140 total)
I've just had a similar problem whereby the job would fail after it had copied the table structures.
I eventually solved it by changing the options on the copy objects task to not...
December 9, 2005 at 3:07 am
Also, be aware of any packages that run as scheduled jobs.
DTSRUN ID change!!
July 29, 2005 at 3:22 am
I had a similar problem a while ago and came up with this for a solution. Probably not the correct way of doing it but it worked for me.
June 22, 2005 at 3:23 am
You could also try using the sp_MSforeachtable sproc. It might be a bit quicker.
EXEC sp_MSforeachtable @command1 = 'revoke select, update, delete, insert on ?...
January 15, 2004 at 1:18 am
Viewing 4 posts - 136 through 140 (of 140 total)