The below image shows the various SQL Server DB offerings in Azure.
Thursday, July 22, 2021
Subscribe to:
Comments (Atom)
Extract DB Permission
Script to extract DB permissions SET NOCOUNT ON GO SELECT 'Use ' + db_name ( ) PRINT 'go' GO SELECT 'EX...
-
Most of the Organisation enforces password expiration policies to manage the lifespan of a password. When SQL Server enforces password expir...
-
Blocking is common in any RDBMS product, but it is important to get a notification if it is unusual. Steps to set up an automated email noti...
-
We can use the below script to create SQL Server Agent alerts to notify the operator defined. The script is adapted from the post written...
