Hello world!
- Posted by admin
- On December 11, 2005
- 0 Comments
Quick one today: Occassionally, we need to introduce forced wait or delays when running some T-Sql statements. There is an easy way to accomplish it. There are a couple of ways to implement this. Relative wait : Introduce wait for a few seconds/minutes/hours before running the next command Absolute wait : Wait until a particular […]
Read More