Are you gonna have a new sql server machine..
If so..May be you can backup and restore on the new 200 machine...
The minutes you apply the last transaction log will be the time users will be down...
Are there users 24 hours...
If its a select....try with (nolock) hint...
Look at the execution plan on the sql server 7.0..
That might help you...
May be drop and recreate y'r non clustered index...
exec mater..sp_replicationdboption @dbname = <database name>, @optname = 'Publish', @value = 'false'
replcae = <database name> with the dbname of the one with the shared hands...
This will remove the shared hand from the dbname....
which version of SQL server are we talking about here...
I have a quesry which uses linked server calls to another server forretrive information, and send it as an attachment to recepients using xp_sendmail.
After service pack 3, the query doesn't send the info to recepients anymore.
The error says something like"the setuse doesn't have access...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.