Policy-Based Management is a feature that is introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »MSSQL
How To Check SQL Logins Without Password Policy Enforced or Password Expiration Enabled Using Policy Based Management
Policy-Based Management is a feature that is introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »How To Check VLF Counts in the Databases Using Policy Based Management
Policy-Based Management is a feature that is introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »How To Check Stored Procedure Names Using Policy Based Management(RegEx)
Policy-Based Management is a feature that is introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »How To Check Recovery Model of All Databases Using Policy Based Management
Policy-Based Management is a feature that is introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »How To Check the Compatibility Level of Databases Using Policy Based Management
Policy-Based Management is a feature that is introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »Change Data Capture(CDC) in SQL Server
Change Data Capture (CDC) is a technology that can be used in incremental data transfers from OLTP systems to data warehouse systems. By storing the …
Read More »Backup Compression in SQL Server
The Backup Compression feature was introduced with SQL Server 2008. We can reduce our backup sizes by selecting this option when backing up. However, while …
Read More »Compound Operators in SQL Server
With Compound Operators, we can make operations on variables more easily. For example, let’s assume that @a is a variable and we want to increase …
Read More »User Defined Table Type and Table Valued Parameter in SQL Server
With User Defined Table Type, we can store the structure of a table. We can use the User Defined Table Typies by defining the table-valued …
Read More »