question

TripleV avatar image
TripleV asked

Moving SQL 2008 databases to SQL 2012

Hi, How will I go about moving databases I have on SQL Server 2008 to SQL server 2012? I know I can do backup and restore but where do i backup the file if target is a new server...for example once I backup a database how do I restore it in the target server as the pathway of the backup will be on source server?
sql-server-2012sql server 2008
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

rvsc49 avatar image
rvsc49 answered
You have some options on where the backup can be located for the restore to be successful. I usually copy the backup to the (new) destination server and restore it from there. This is usually faster due to the file already being on the Sql Server you are restoring the database and you don't have to rely on the speed of the network to perform the restore. So, in your case, you would want to change the backup location for the restore syntax to the destination server after it is copied there.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jason_clark03 avatar image
jason_clark03 answered
You can simply copy your database from one to another by performing steps in following blog: [ http://www.sqlserverlogexplorer.com/copy-table-one-database-another-database/][1] [1]: http://www.sqlserverlogexplorer.com/copy-table-one-database-another-database/
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.