SLEEP Command in Sql Server

In Sql Server to PAUSE OR SLEEP OR WAIT the execution of the script for specified period of time say 10 hours or 10 minutes or 10 seconds or 10 millisecond etc we can use the WAITFOR DELAY command. SYNTAX Let us understand WAITFOR DELAY command with extensive list of examples: Example 1: WAIT or … Continue reading SLEEP Command in Sql Server