Viewing 4 posts - 1 through 4 (of 4 total)
Pete Cox (8/15/2013)
August 15, 2013 at 2:09 am
But why is the result (0, 1) eliminated?
Does the engine first pick cp.pkey=0 from row 1 and 2 then looks at row 3-4 to check if up.pkey matches 1 and...
August 15, 2013 at 1:30 am
Registering the dll worked for me too! Tanks a lot!!!
It also solved an issue I had with not being able to save maintenance plans.
August 17, 2009 at 3:11 am
The function CombineGroupNames() can be optimzed using this concat-logic:
DECLARE @Groups VarChar(MAX)
SELECT @groups = coalesce(@groups +'|' + G.GroupName. G.GroupName)
...
November 9, 2008 at 12:47 pm
Viewing 4 posts - 1 through 4 (of 4 total)