It may sound hokie but I've always created a backup of the database and restored it on the new server (then reverse the process when you're done). You will have to resolve your users on the new server (and possibly adjust file locations) but other than that - its a fairly easy process. Check out sp_resolve_logins in books online.
You could also check out sp_detach_db and sp_attach_db in books online. These system stored procedures detach your data and log files so that you can reattach them to a new server. I think this would work also - and could be even easier...
Hi there.
Sorry, I should have clarified that. I'm pasting a quote from a previous thread from tlbroadbent that spells it out quite nicely. Hope this helps.
When we refer to SQL Books Online (BOL), we mean the electronic books that came with SQL Server. They can be loaded onto your harddrive as part of the SQL Server or client tools setup.
If you can't find them, SQL 7.0 BOL can be downloaded from Microsoft web site at
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.