Hello Experts,
I am new to SQL Database and I need help to understand DC-DR replication in SQL.
So here is the task.
In our production environment, we have Clustered SQL servers in DC and 1 stand alone sql server in DR.
There is not replication of DB between DC & DR. All services are running from DC itself. Now, I want to configure DR site so that in case of failure we can get services up from DR site.
How can I configure SQL so that DB from DC SQL Server replicates to DR SQL Server?
Always on Availability group and HA are not options here.
I would appreciate your advice.
Thanks