XML on Sql Server

  • can any body help me on how to treat with xml through sql server

  • Hi

    You can start here:

    Designing and Implementing Semistructured Storage (Database Engine)

    Greets

    Flo

    Edit: Typo

  • thanx for help but i coundnt make use of this link as the information so distrbuted could you please sugest me any other may to get start ?

  • You might want to search for "XML Workshop" on this site.

    It will give you a series of artivles by Jacob Sebastian covering usage of XML in SQL server (both directions: format SQL queries as XML and import XML into structured tables).

    To get a more specific answer would require a more specific question...



    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]

  • Assuming you are using a recent version of SQL Server, you'll have SQL Server Integration Services (SSIS). This can handle XML fine.

    Regards,

    David

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

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