using SQL SERVER 2K...
I am fairly new to DTS packages and I have been asked to change a package that imports data from over 30 text files. There are 30 Transform Data Task and 30 associated Connections . Needless to say, I don't have a lot of time to wade through the "Books On Line/Books On Marketing".
How do I use a Global variable in the Connections Properties box such that the File Name field can be built dynamically (i.e.: cFolderPath + 'Output01.txt'). The Dynamic Properties Task does not seem to allow me to build a string like above. It appears to want to treat the global variable as a constant.
Thanks in advance?
Kevin
I am fairly new to DTS packages and I have been asked to change a package that imports data from over 30 text files. There are 30 Transform Data Task and 30 associated Connections . Needless to say, I don't have a lot of time to wade through the "Books On Line/Books On Marketing".
How do I use a Global variable in the Connections Properties box such that the File Name field can be built dynamically (i.e.: cFolderPath + 'Output01.txt'). The Dynamic Properties Task does not seem to allow me to build a string like above. It appears to want to treat the global variable as a constant.
Thanks in advance?
Kevin