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