August 2012
Intermediate to advanced
1416 pages
33h 39m
English
Chapter 33
Authorizing Securables
In This Chapter
Building Permission Chains
Understanding Object Ownership and Security
Using Fixed and User-defined Roles
Managing Views and Security
This chapter adds another important piece to the SQL Server security puzzle — securables. They include server and objects including databases, tables, and views that you can secure to prevent unauthorized access.
You can perform most security management in SQL Server Management Studio using T-SQL code to grant, revoke, and deny access, through the Data Control Language (DCL) commands and several system-stored procedures.
Read now
Unlock full access