Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 DTS Parameter

Author  Topic 

Lightbug3
Starting Member

6 Posts

Posted - 2006-06-13 : 13:07:05
Hi All!

I don't know if this is possible, but it would really help if it is. I have a DTS routine (SQL2005) that imports a file into a table. The file that I import will never be named the same or in the same location. Is there anyway to be prompted for the file name when the routine is run?

Thanks.
Danielle

namasteall2000
Starting Member

20 Posts

Posted - 2006-06-14 : 08:53:14
you can use global variable in your active X script - it will prompt you to eneter an input.
Go to Top of Page
   

- Advertisement -