Saturday, October 23, 2010

Make an SQL query sleep for some time

Use these simple statement.

WAITFOR DELAY '00:00:10'

SELECT * FROM My_Table

No comments:

Post a Comment