• And by the way, you might want to change your WHERE clause to something like this to make it SARGable:

    where RUN_TIME >= DATEADD( qq, DATEDIFF( qq, 0, GETDATE()), 0)

    and RUN_TIME < DATEADD( qq, DATEDIFF( qq, 0, GETDATE()) + 1, 0)

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2