Hi,
I'm planning to do DR test for my Production DB (MSSQL 2008 Standard Edition SP3)
The Prod DB is running on Active Passive cluster and the drive (Drive F) where binary/data/log/tempdb resides is replicated using SRDF method.
I have same version of SQL running in DR (Active Passive cluster) which is used for UAT. The binary/data/log/tempdb all resides in drive F.
Now we are planning to swap the replicated drive F from production to the one in DR which is used as UAT. Meaning the UAT DB in DR will be replaced to Production DB.
The drive name is same and the SQL version and installation is same. The only difference is the SQL Server Network Name & Service Account.
My question is what I need to do from SQL side, do I need to change some configuration or just restart service would do.
I'm new to SQL, really need help with this.