How to resume or suspend all Always On databases in SQL Server
You can use the T-SQL code to resume/suspend all databases from the Always On group. The code below will resume SQL data movement for all databases: declare @cmd varchar(max) declare @cmd_suspend…
Read more →