can I use SSIS to get xml documents from a directory and give it as an argument to a stored procedure

  • can I use SSIS to get xml documents from a directory and give it as an argument to a stored procedure

    I receive xml files from another system but they are not formatted the way that our tables are constructed and we extract only part of the data.

    I have a stored procedure that can read an xml string and extract the required data

    I need to know how can I use ssis to go thru the xml documents in a folder and provide one by one to the stored procedure as an argument and how to schedule such a task to run at the background and process the files as they arrive.

  • I can think of a couple different ways to do this..

    The first question I have is, are you passing the content of the XML file to the sproc or just its path and name on disk?

    CEWII

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

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