Viewing post 1 (of 1 total)
Nice Article,
there is a small mistake in the code though.
WITH rCTE AS(
SELECT g.ClientId, g.GroupId, g.MemberId, h.PreviousGroupId, h.PreviousMemberId
FROM hft.Groups g
...
August 10, 2015 at 8:30 am
#1818576