Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Copy Rows Based on Value

    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...

  • RE: Copy Rows Based on Value

    Kind of managed to get it working using a CTE

    WITH CTE AS

    (

    Name,

    StartPosition,

    EndPosition,

    '' AS Position,

    Height

    ...

  • RE: Copy Rows Based on Value

    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...

  • RE: Copy Rows Based on Value

    Thanks mister.magoo I'll have a read and see how I go.

Viewing 4 posts - 1 through 4 (of 4 total)