Dear All. We have Production databases implemented with Replication process in place. At present we are planning to move the log files from one drive to another drive. During the this process we are going to follow the dettach and attach method. Here i have a query related to replication , while detaching the Databases the replication process will be have impact or not? Can we move the log files from one drive to another drive with out distrubing the replication process?
It is not possible to connect to database while you detach & attach the database files, so in order to accomplish this you must stop the replication and reinstate once the move process is completed.
few years ago i did this. i had to move a replicated database and didn't want to reinitialize replication. i forced a detach by dropping all connections. had to do it a few times. moved the files and attached it. replication started flowing again and didn't cause any issues
True it will not disturb replication to some extent, but it is a good practice to reinstate a fresh once you change location of DB files.