Security Transact-SQL Enhancements
New DDL statements are now available for managing and controlling access permissions to databases and their objects.
| New statements | Description |
|---|---|
|
Adds a new application role to the current database. | |
|
Changes the properties of an application role. | |
|
Removes the application role from the current database. | |
|
Adds a new certificate to the database instance. | |
|
Adds a private key to a certificate, or changes the owner of a certificate. | |
|
Removes the certificate from the database. | |
|
Creates a new Microsoft Windows or SQL Server login account. | |
|
Changes the properties of a Windows or SQL Server login account. | |
|
Removes a Microsoft Windows or SQL Server login account. | |
|
Changes the properties of a database role. | |
|
Creates a new database role in the current database. | |
|
Removes the role from the database. | |
|
Creates a schema in the database. | |
|
Changes the owner of a schema. | |
|
Removes the schema from the database. | |
|
Adds a new user to the current database. | |
|
Changes the user account in the database. | |
|
Removes the user account from the database. |