Viewing 15 posts - 4,411 through 4,425 (of 6,216 total)
Timeout will probably work, a better option is to set an alert and have it retry the job automatically.
Andy
April 24, 2002 at 12:16 pm
No, it wont work. You have to either upgrade the database (or server), or bcp/dts the data over into SQL7.
Andy
April 24, 2002 at 12:15 pm
To figure out why you have to compare the query plans generated on both servers, plus look at the differences if any in the indexes used, even when the indexes...
April 24, 2002 at 12:13 pm
Try fully qualifying it, like this:
exec master.dbo.xp_sendmail
Andy
April 24, 2002 at 7:58 am
Detaching the db and deleting the log file does effectively reduce the size - all open transactions have to be completed before the db can be detached. Stopping the service...
April 24, 2002 at 6:34 am
Thats interesting, but how are you getting the list of servers to start with??
Andy
April 23, 2002 at 1:14 pm
Try BII.exe. It's installed under SQL Server\....\DevTools\Samples\Utils.
Andy
April 23, 2002 at 7:59 am
I probably should have included them, I may do a follow up that discusses them in this context. Thanks for the feedback!
Andy
April 23, 2002 at 5:28 am
Why not just add your own? Since you know the value it returns when that error happens, just add some user friendly test that you can use in your app.
Andy
April 22, 2002 at 4:33 pm
DTS is the easiest way, hides most of the work. You can bcp it out and then in on the other server. Or you can set up a linked server...
April 22, 2002 at 4:29 pm
Viewing 15 posts - 4,411 through 4,425 (of 6,216 total)