Unsolved

This post is more than 5 years old

5 Posts

298

February 11th, 2009 07:00

SQL source Data folder different from target Data folder

I want to use Replistor to migrate a SQL2005 instance to a new server. The source instance was originally SQL 2000, then upgraded to SQL2005. The path to the data is ...\MSSQL\Data\... The new server has a fresh install of SQL2005, which placed the data in ...\MSSQL.1\MSSQL\Data...

The problem is that when specifying the target folder, there is no option to modify the path to the target, only option is Same As Source or Default Target Directory.

Is there a work-around?

151 Posts

February 11th, 2009 08:00

Since you are replicating SQL data to a different location, the master.mdf on the new installation must be used. Since this DB references the path of where the DB's are, you are essentially doing a 'copy restore' of the SQL data to the new server, but are using RepliStor to do the migration. These will be SQL limitations.
If you are savvy enough, you can modify the replicated master.mdf to reflect the new DB/Log paths.

The reason you only have the 2 options 9 Same As Source or Default Target Directory) is because the Spec's were created as a Group Spec. When this is done, the paths must be identical or the Default Target Directory must be used. This behavior is expected.

To get around this, simply create another Spec for the DB/Log you need to migrate (diable the original) and Sync it.

Let me know if you have any questions.
Duncan

157 Posts

February 11th, 2009 08:00

You might have missed a third option, "Browse", which allows you to select any directory you want.
No Events found!

Top