KjøpBuy
1-855-856-7678
KundestøtteSupport
In Microsoft Windows Azure SQL Database, you can define the execution context of the following user-defined modules: functions (except inline table-valued functions), procedures, and triggers.
Syntax Conventions (Windows Azure SQL Database)
Functions (except inline table-valued functions), Stored Procedures, and DML Triggers
{ EXEC | EXECUTE } AS { CALLER | SELF | OWNER | 'user_name' }
DDL Triggers with Database Scope
{ EXEC | EXECUTE } AS { CALLER | SELF | 'user_name' }
This syntax diagram demonstrates the supported arguments and options in Windows Azure SQL Database.
When using the EXECUTE AS Clause statement, Windows Azure SQL Database does not support:
For more information about the arguments and the EXECUTE AS Clause statement, see EXECUTE AS Clause in SQL Server Books Online.