sp_OAStop (Transact-SQL)
SQL Server 2005
Stops the server-wide OLE Automation stored procedure execution environment.
Transact-SQL Syntax Conventions
0 (success) or a nonzero number (failure) that is the integer value of the HRESULT returned by the OLE Automation object.
For more information about HRESULT Return Codes, see OLE Automation Return Codes and Error Information.
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.