Transact-SQL Delayed Execution

added by BlackWasp
1/21/2010 3:47:23 PM

182 Views

Transact-SQL includes the WAITFOR statement. This command allows the execution of a script or procedure to be blocked for a period of up to twenty-four hours. The process can be delayed until a specified time or for a number of hours, minutes and seconds.


0 comments