October 22, 2010 at 11:53 am
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
October 22, 2010 at 2:31 pm
Create a WMI based alert to trigger a job that runs an SSIS package when a new file is written.
October 22, 2010 at 2:51 pm
I hope this link will show you some ways to do it...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply