SalesBuy
1-855-856-7678
Technical SupportSupport
Denies permissions on a database.
Syntax Conventions (Windows Azure SQL Database)
DENY <permission> [ ,...n ]
TO <database_principal> [ ,...n ] [ CASCADE ]
[ AS <database_principal> ]
<permission> ::= permission | ALL [ PRIVILEGES ]
<database_principal> ::= Database_user
| Database_role
| Database_user_with_no_login
This syntax diagram demonstrates only the supported arguments and options in Microsoft Windows Azure SQL Database.
Windows Azure SQL Database does not support the following options with the DENY Database Permissions statement:
For more information about the arguments and the DENY Database Permissions statement, see DENY Database Permissions in SQL Server Books Online.