December 2013
Intermediate to advanced
1872 pages
153h 31m
English
Chapter 17 discussed methods to secure and control the access to your SQL Server data via login and user security to prevent unauthorized users from accessing your SQL Server instances and databases. Column-level encryption, as discussed here, takes these protections a step further by preventing authorized users, such as your database or server administrators, from viewing sensitive data within a database. Transparent data encryption protects all your data from being accessed by unauthorized users in the event that your database files or backups are lost or stolen.
In Part V, “Database Administration,” we cover the topics related to creating and managing the objects and structures in your databases that you will want to protect using ...