Home Forums Programming XML Extract XML column to insert into table RE: Extract XML column to insert into table

  • rodjkidd (9/26/2016)


    Row_number order by @@version - which I didn't know about.

    I'm just to lazy to write "(SELECT NULL)" when @@VERSION does the same thing, that is tells the server to ignore any specific order and enumerate entries in the order of appearance. In fact one can use any of the @@ functions for this but I've only asserted that the execution plan remains identical with the @@VERSION.

    😎