Using For XML inside TSQL for insert statement

  • Is there any way around the limitation of using the output of a select ... for xml in an insert statement inside SQL itself?

    I realy need to do something like this:

    Insert theTable(AField)

    select stuff from anotherTable for XML auto

    Any suggestions would also be welcome.

    Rudolf

  • This was removed by the editor as SPAM

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

You must be logged in to reply to this topic. Login to reply