Tag: MS SQL
Dynamic Data Masking
Dynamic Data Masking It is used to mask sensitive data….
Row-level security
Row-level security (RLS) It is used to control access to…
Transparent Data Encryption(TDE)
Transparent Data Encryption(TDE) It protect the data and log files….
Encryption in MS SQL
We create the following table for testing encryption. Value column…
Symmetric Keys
Symmetric Keys Symmetric Keys is used to encrypt data &…
Certificates
Certificates Certificates is another tools to encrypt data. It use…
Asymmetric Keys
Asymmetric Keys Asymmetric Keys is encrypted by DMK or Password…
Database Master Key
Database Master Key By defualt, it is protected by password….
Server Master Key
Server Master Key It is used to encrypt DMK. It…
Assign table to filegroup
We can assign table to filegroup when table creation. Besides,…