Home Forums SQL Server 7,2000 T-SQL Using WAITFOR and PRINT in a loop does not show any result RE: Using WAITFOR and PRINT in a loop does not show any result

  • You should keep in mind that WAITFOR gets confused at midnight. If you ask it to delay for 5 min at 2358 it will never return. Likewise, if you start a job at 1600 and ask it to waitfor 0100, it will wait forever.