SQL Server Monitoring Transaction Log size with Email Alerts
Here’s a T-SQL to send automated email alerts. whenever a SQL Server Monitoring Transaction Log size exceeds a specified threshold. SET NOCOUNT ON DECLARE @threshold int=5 — step 1: Create temp …
SQL Server Monitoring Transaction Log size with Email Alerts Read More