Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving SQL server 2005 Db

Status
Not open for further replies.

AgentM

MIS
Jun 6, 2001
387
US
Hi,
I need to move a SQL server 2005 database nearly 9 GB to another machine on a different domain.
What is the best way to do this ?

I tried taking a backup then do a restore on the new machine and it failed with an "Access denied error".

thanks for your help.
 
That would be the correct method. You'll need to copy the backup file to the new machine, then do the restore locally using an account which is a member of the sysadmin fixed server role.

Denny
MVP
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top