Partially Supported Transact-SQL Statements (Windows Azure SQL Database)
In Microsoft Windows Azure SQL Database, some Transact-SQL statements do not support some of the arguments and options that exist in their corresponding Transact-SQL statements in SQL Server 2008. The following table provides a list of such Transact-SQL statements.
|
GRANT Database Principal Permissions (Windows Azure SQL Database) |
||
|
DENY Database Principal Permissions (Windows Azure SQL Database) |
||
|
REVOKE Database Principal Permissions (Windows Azure SQL Database) |
||
|
|
|
USE (Windows Azure SQL Database) Note- In Microsoft Windows Azure SQL Database the USE statement does not switch between databases. To change databases, you must directly connect to the database. |
Important |
|---|
| For more information about Transact-SQL grammar, usage, and examples, see Transact-SQL Reference (Database Engine) in SQL Server Books Online. |
See Also
Important