Viewing 2 posts - 1 through 2 (of 2 total)
Thank you Eirikur. That was exactly what I looking for.
In terms of performance, Eirikur's solution performed better. It had less reads, most likely because it did not use a CTE....
November 17, 2016 at 12:04 pm
#1913197
Thanks Phil.
Was hoping to avoid using CTE as the actual xml contains ~100k requests with a couple more nodes that would require same CTE solution to pull data. Are there...
November 17, 2016 at 11:23 am
#1913179