| Posted by debian mojo on 06/27/05 17:25 
WAITFOR DELAY '000:00:005'
 Well as you know the the time value you pass is a datetime value minus
 the date part.
 
 Now what is the smallest precision of time is datetime? Does it make
 any sense to use 005 in place of 05 if what you really want is just 5
 sec. If you want to look deeper into this and a smaller unit than a sec
 try using:
 
 
 WAITFOR DELAY '000:00:05:05'
 
 
 Regards
 Debian
 
 
 *** Sent via Developersdex http://www.developersdex.com ***
  Navigation: [Reply to this message] |