Forum Replies Created

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

  • RE: Dynamic Ordinal Position with SQL XML?

    That is perfect! Thanks so much man! I have been spending ages searching for this!

    Ryan

  • RE: Dynamic Ordinal Position with SQL XML?

    Quick update since i have beating my head against the wall on this....

    For the data values, I have them working using the following statement:

    SET @insValue = @MessageBody.query('data(//Message/_x0023_ins/*)[position()=sql:variable("@LoopCount")]').value('.', 'varchar(1000)')

    I cannot get...

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