To Add Delay to Execute Command or Query
general #general
--we need to add (waitfor delay 'hh:mm:ss')
--ex:
select * from table1 waitfor delay '00:00:50'
--it will show output after 50 seconds --we need to add (waitfor delay 'hh:mm:ss')
--ex:
select * from table1 waitfor delay '00:00:50'
--it will show output after 50 seconds