From ff425249c854ed641d5282e7f13db3e6143aa64c Mon Sep 17 00:00:00 2001 From: Dirceu Resende Date: Tue, 7 May 2019 08:37:57 -0300 Subject: [PATCH] Fixed permissions requirements ## Permissions Requires membership in the **sysadmin** fixed server role or execute permission directly on this Stored Procedure. `Ole Automation Procedures` configuration must be **enabled** to use any system procedure related to OLE Automation. --- .../system-stored-procedures/sp-oastop-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relational-databases/system-stored-procedures/sp-oastop-transact-sql.md b/docs/relational-databases/system-stored-procedures/sp-oastop-transact-sql.md index 7311b66b8fe..4bb0d32827f 100644 --- a/docs/relational-databases/system-stored-procedures/sp-oastop-transact-sql.md +++ b/docs/relational-databases/system-stored-procedures/sp-oastop-transact-sql.md @@ -42,7 +42,7 @@ sp_OAStop A single execution environment is shared by all clients that are using the OLE Automation stored procedures. If one client calls **sp_OAStop** the shared execution environment will be stopped for all clients. After the execution environment has been stopped, any call to **sp_OACreate** restarts the execution environment. ## Permissions - Requires membership in the **sysadmin** fixed server role. + Requires membership in the **sysadmin** fixed server role or execute permission directly on this Stored Procedure. `Ole Automation Procedures` configuration must be **enabled** to use any system procedure related to OLE Automation. ## Examples The following example stops the shared OLE Automation execution environment.