Here is my scenario:
I have a web site that has different site numbers for different customers, and these customers can upload their data files to us, and from that point, I run a stored proc to process these files.
The problem is that I am going to have a different location for the source text file each time the DTS package will be run. Is there a way that I can execute the DTS package in a stored proc and pass to it it's source file location so I can make this package reuseable?
Any help with this is greatly appreciated!
I have a web site that has different site numbers for different customers, and these customers can upload their data files to us, and from that point, I run a stored proc to process these files.
The problem is that I am going to have a different location for the source text file each time the DTS package will be run. Is there a way that I can execute the DTS package in a stored proc and pass to it it's source file location so I can make this package reuseable?
Any help with this is greatly appreciated!