Could someone enlighten me please.
I am trying to write a routine which will make a note of how long a query takes to run. My problem is that I cannot find any reference to reading the current time including milliseconds.
e.g. 3:34:18.245

All the date/time functions only seem to go down to seconds. I have played around with the timer function but I can't believe there isn't a better way.

Thanks.