The below image shows the various SQL Server DB offerings in Azure.
Thursday, July 22, 2021
Subscribe to:
Posts (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...
-
Manually ch ecking the TLS setting from the registry is a tedious task. We have to open the registry setting and navigate to the path belo...
-
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...
