Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 74f55ea

Browse files
added trigger behavior
1 parent a3c75ff commit 74f55ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-stored-procedures/sp-setapprole-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sp_setapprole [ @rolename = ] 'role',
7272

7373
## Remarks
7474

75-
After an application role is activated by using **sp_setapprole**, the role remains active until the user either disconnects from the server or executes **sp_unsetapprole**. **sp_setapprole** can be executed only by direct [!INCLUDE[tsql](../../includes/tsql-md.md)] statements. **sp_setapprole** cannot be executed within another stored procedure or within a user-defined transaction.
75+
After an application role is activated by using **sp_setapprole**, the role remains active until the user either disconnects from the server or executes **sp_unsetapprole**. **sp_setapprole** can be executed only by direct [!INCLUDE[tsql](../../includes/tsql-md.md)] statements, at the ad hoc level and not within another stored procedure, trigger or within a user-defined transaction.
7676

7777
For an overview of application roles, see [Application Roles](../../relational-databases/security/authentication-access/application-roles.md).
7878

0 commit comments

Comments
 (0)