Importing XML Files to SQL Tables

  • Hi,

    My server contains a folder that periodically receives multiple XML files output from a third party application. How can I get my SQL Server 2008 to automatically fetch all those multiple XML files in that folder over the network, and import the data into multiple tables on a regular basis?

    Thanks,

    ywb

  • Create a WMI based alert to trigger a job that runs an SSIS package when a new file is written.

  • I hope this link will show you some ways to do it...



    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 3 posts - 1 through 2 (of 2 total)

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