Viewing 2 posts - 1 through 3 (of 3 total)
I had a look at the link provided and got a clue.
DECLARE @SlowLimit INT, @MediumLimit INT, @ExpressLimit INT, @DevLimit INT
SELECT @SlowLimit = SUM(CASE WHEN processthreadtype =...
November 13, 2017 at 11:13 pm
#1967892
Thanks for the reply. The procedure has too much code to post so a few notes about what it does.
The procedure is the main part of an automation...
November 7, 2017 at 12:30 pm
#1967043