Live Lecture
When configuring security for your Microsoft SQL Server systems, you should ensure that you meet any of your organization’s compliance requirements for data protection. Organizations often need to adhere to industry-specific compliance policies, which mandate auditing of all data access. To address this requirement, SQL Server provides a range of options for implementing auditing. Another common compliance requirement is the encryption of data to protect against unauthorized access in the event that access to the database files is compromised. SQL Server supports this requirement by providing transparent data encryption (TDE). To reduce the risk of information leakage by users with administrative access to a database, columns containing sensitive data—such as credit card numbers or national identity numbers—can be encrypted using the Always Encrypted feature. This Lecture describes the available options for auditing in SQL Server, how to use and manage the SQL Server Audit feature, and how to implement encryption.
· Lessons
· Options for auditing data access in SQL Server
· Implementing SQL Server Audit
· Managing SQL Server Audit
· Protecting Data with Encryption
· Lab : Using Auditing and Encryption
· Working with SQL Server Audit
· Encrypt a Column as Always Encrypted
· Encrypt a Database using TDE
· After completing this Lecture, you will be able to:
· Describe the options for auditing data access.
· Implement SQL Server Audit.
· Manage SQL Server Audit.
· Describe & implement methods of encrypting data in SQL Server.
· Implement encryption