Using Dynamic Data Masking in SQL Server 2016 to protect sensitive data
Dynamic Data Masking is a new security feature introduced in SQL Server 2016 that limits the access of unauthorized users to sensitive data at the database layer. As an example of the need for such a...
View ArticleStatic Data Masking in SSMS 18
In this article we are going to talk about Static Data Masking, a new feature for the SQL Databases in SSMS. Static Data Masking feature previously was available only for the Azure SQL DB. Database...
View ArticleImplementing Dynamic Data Masking in Azure SQL database
In this article, we will review Dynamic Data Masking in the Azure SQL database. Dynamic Data Masking is a feature to limit the sensitive data to the non-privileged users by hiding the data of a column....
View ArticleDynamic Data Masking In SQL Server
Security has been one of the prime concerns of database developers since the inception of database management systems. Various data protection schemes have been introduced to provide secure access to...
View ArticleUnderstanding Dynamic Data Masking in SQL Server
In this article, I’m going to explain the Dynamic Data Masking feature in SQL Server. As it goes by the name, Dynamic Data Masking is one of the security features that was introduced in SQL Server...
View ArticleEnterprise Data Masking in MySQL
In this article, I am going to explain Data Masking feature in MySQL. The data masking is the MySQL enterprise edition feature. You can download the trial version of MySQL enterprise edition from here....
View ArticleData Masking or Altering Behavioral Information
As tracking behavioral data becomes increasingly popular, firms may overlook areas where they can collect the same information while data masking details that can be used in a compromise. Behavioral...
View ArticleDynamic Data Masking in SQL Server
Introduction In this article, we will be looking at how to perform and access Dynamic Data Masking in SQL Server. Data Masking is the process of hiding data with different rules. One of the main...
View ArticleDynamic Data Masking in Azure Synapse Analytics
This article will take you through the process to apply Dynamic Data Masking on the dedicated SQL pool of Azure Synapse Analytics. Introduction Data generally start originating from transactional data...
View Article