The below image shows the various SQL Server DB offerings in Azure.
Subscribe to:
Post 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...
-
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...
-
In this blog, we will explore how we can enable TDE for a database that is already part of an AlwaysOn Availability Group. Step 1 : We need...

No comments:
Post a Comment