April 15, 2014 at 9:55 am
i need to move the data files as the database is configured in replication , how can i move to another drive ?
April 15, 2014 at 10:10 am
I think this should work - I would test on a test system first to make sure replication comes back up.
Pause Replication
Detach Database
Move .MDF/.LDF file to new drive
Reattach Database
Start Replication
- Tony Sweet
April 15, 2014 at 10:29 am
ALTER DATABASE ... MODIFY FILE, set the new name. Take the DB offline. Copy the files to their new location, ensure SQL has permission on the folder, bring DB online.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply