Hi Mark,
"Mark" <Mark (AT) discussions (DOT) microsoft.com> schrieb im Newsbeitrag
news:4CCDB835-EBA2-44E8-A92B-9B1C0327419A (AT) microsoft (DOT) com...
Quote:
Hello,
I have a dts package that pulls data from a .csv file and then scrubs and
loads it into a table. Is there a way to change the file path and/or
name
using t-sql prior to executing the package? |
you can simply use the dynamic properties task inside of the dts package to
change the filepath before importing the data.
You can read it from an ini file or query a database or maybe pass it as
variable to the package.
Depending on usage and invokation of the package one way might be prefered.
Helge