Viewing 3 posts - 1 through 4 (of 4 total)
Thank you Mark, perfect !!
February 23, 2015 at 9:32 am
#1779313
i generate the "data" i need like this
;WITH data AS
(
SELECT descendants.id as id, descendants.name AS childname, ancestors.id as parentid, ancestors.name as parentname FROM TreePaths paths
...
February 23, 2015 at 9:05 am
#1779300
Hello Mark,
i was browsing the forum for similar questions and indeed found an old thread where you adviced the same.
do you think i can use this solution with a...
February 23, 2015 at 8:45 am
#1779286