Using SQL Server 7.0 I've got several jobs which execute DTS packages at scheduled times. These have been running quite happily for many months but stopped executing a few days ago.
When I try and view the properties of the jobs I get:
Error 268: Cannot run SELECT INTO in this database....
I know you can then run 'sp_dboption' but what database do I run this against, advice doesn't recommend this against the master db.
I get the same error if I attempt to view Current Activity. What's also concerning is what happened to 'nobble' the jobs (the DTS packages can still be viewed/amended). Looking at the system logs the only hint I get is
LogEvent: Failed to report the current event. Operating system error = 31(error not found).
which occured shortly after the job was last invoked.
Any help hints would be appreciated before I scratch through to my brain!
Anakim
When I try and view the properties of the jobs I get:
Error 268: Cannot run SELECT INTO in this database....
I know you can then run 'sp_dboption' but what database do I run this against, advice doesn't recommend this against the master db.
I get the same error if I attempt to view Current Activity. What's also concerning is what happened to 'nobble' the jobs (the DTS packages can still be viewed/amended). Looking at the system logs the only hint I get is
LogEvent: Failed to report the current event. Operating system error = 31(error not found).
which occured shortly after the job was last invoked.
Any help hints would be appreciated before I scratch through to my brain!
Anakim