Execution of Stored Procedures
You can execute stored procedures after a time delay, or remotely.
Execute Procedures After a Time Delay
The waitfor command delays execution of a stored procedure until a specified time or until a specified amount of time has passed.
Execute Procedures Remotely
You can execute procedures on a remote server from your local server.
Execute a Procedure with execute as owner or execute as caller
You can create a procedure using execute as owner or execute as caller, which checks runtime permissions, executes DDL, and resolves objects names.
Parent topic:
Create and Execute Stored Procedures
Created May 28, 2014. Send feedback on this help topic to Technical Publications:
pubs@sap.com