|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, June 14, 2010 1:50 AM
Points: 4,
Visits: 11
|
|
Using SQL 2000.
I have SQL 2000. I have saved a DTS package for importing data from text files. Problem is that DTS package always refer to the same file.
Is there a way so that when I run the package, it will ask me to choose a file to import?
Regards, Spareus.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 10:14 AM
Points: 4,006,
Visits: 4,850
|
|
You can create a global variable in the package to hold the file name/path and use it to set the text file connection. Here's a link to some sample ActiveX script tasks;check Tasks and Connections in the FAQ: http://www.sqldts.com/
Greg
|
|
|
|