Viewing post 1 (of 1 total)
Hi,
Using getdate will give you the elapsed time wich is not reliable : if other process are running, this will slow yours.
use instead the cpu time.
SET
@previous_cputime
July 20, 2006 at 2:37 am
#650328