According to MS, GetLocalTime() (in C++) is only accurate to approx a
second,
even though it reports milliseconds, and calling it twice and computing
the
interval can on occasion lead to a negative interval.
Is T-SQL's GetDate() more accurate than that, or at least
non-decreasing?