December Archives 2016

This is a collection of articles from December 2016 on thomasliddledba.com.

SQL Server Dynamic Data Masking (DDM)

Dynamic Data Masking limits the exposure to sensitive data to users that should not see the data being presented. DDM is used in conjunctions with other features in SQL Server such as SQL Auditing and Encryption (TDE and row-level encryption) to provide a completely secure database platform.

Read More

MERGE TSQL with SQL Server

The MERGE statement and perform INSERT, DELETE, and UPDATE operations on a target table from a source table within one statement.

Read More