Convert XML to DataTable SQL2008

  • I have an XML string passed to my SP. Is there a way to convert the XML to Data Table?

    Ex: <form><ffname>field1</ffname><evalue>test</evalue></form>

    To: table col ffname evalue

    row field1 test

    Thanks

  • Have a look at Jacob Sebastians Blog for several examples.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

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

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