www.kodyaz.com

  learn.microsoft.com

  www.mssqltips.com

  sqlhints.com

  sqlskull.com

  www.educba.com

WaitFor Delay is the equivilent of sleep in SQL SERVER. In order to wait for a duration, you specify the DELAY command: [cc lang=”sql”] SELECT GETDATE(); WAITFOR DELAY ’00:00:10′; —- Wait 10 seconds SELECT GETDATE(); [/cc].

  sqlserverplanet.com

In contrast, the WAITFOR DELAY helps to simulate this scenario. Above all, WAITFOR statement provides option to delay a query in SQL Server.

  www.tech-recipes.com

  dba.stackexchange.com

  stackoverflow.com

Page generated - 0.2672958374 (62f72add7c7f260fff2ce9c2f4a023c5)