At a high level, we are trying to set up a testing environment that features multiple SQL servers in a High Availability group. The issue in testing is that we want to be able to ensure the integrity of the data, which can scale up to TB’s of data. I would
like to be able to revert to a known state, but performing backups and restores are very expensive tasks that can take hours to accomplish. My question is if you have any recommendations for quickly cloning/restoring SQL server in a high availability group.
↧