Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for that.
I will stick with a CTE for now, as my data currently is only 400 rows post CTE function, well below the CTE limit. I have added the...
June 22, 2014 at 9:52 pm
Kind of managed to get it working using a CTE
WITH CTE AS
(
Name,
StartPosition,
EndPosition,
'' AS Position,
Height
...
June 22, 2014 at 8:46 pm
ok, epic fail on my part. I'm not advanced enough with TSQL to be able to add based on a tally table where the tally is unique depending on the...
June 22, 2014 at 6:20 pm
Thanks mister.magoo I'll have a read and see how I go.
June 22, 2014 at 5:58 pm
Viewing 4 posts - 1 through 4 (of 4 total)