You are here: Home > Technical Articles > MS SQL Server - Script for wait and delay
How to delay in sql server before executing a script.
WAITFOR DELAY '0:0:05'
GO
This script blocks the execution of script until the specified time reached.
Published On: 02 Aug 2009
MS Sql Server - Script for Wait Delay
How to delay in sql server before executing a script.
WAITFOR DELAY '0:0:05'
GO
This script blocks the execution of script until the specified time reached.
Published On: 02 Aug 2009

