Viewing 3 posts - 1 through 4 (of 4 total)
Another note:
I have a 2nd INSERT, which is somewhat similar:
;INSERT INTO #Grouping (CartID, GroupingNames)
SELECT c.CartID
, STUFF((SELECT '; ' + GroupName FROM CartGroups cg WHERE cg.CartID=c.CartID ORDER BY GroupName FOR XML...
February 4, 2014 at 2:32 pm
Luis Cazares (2/4/2014)
February 4, 2014 at 2:21 pm
LutzM (11/20/2013)
But you're not seriously asking in a web forum if someone could tune...
November 20, 2013 at 6:27 am
Viewing 3 posts - 1 through 4 (of 4 total)