Object and Statement Permissions

SQL Server has two categories of permissions: object and statement. Some statement permissions (for the SELECT, UPDATE, INSERT, DELETE, and EXECUTE statements) are handled as object permissions because these statements always apply to database objects (in the current database).

For more information choose one of the following topics:

Object Permissions

Statement Permissions