HaveTrouble
Programmer
I try to create a DTS package that will export data from several tables into a coma delimiter file. What I did is create a connection to database, then a destination file object, then create a transform data task between the 2 objects. The transform data task will execute a stored procedure to select data to be exported. The stored procedure is going to take a parameter from user. I am going to call this DTS from either ASP or VB. How can I set the parameter in such a way that it can be set from ASP or VB ? I've created a global variables object that can set the connection string from ASP/VB. I can set the whole stored procedure call using similar method but I would really like to keep the stored procedure name in DTS. Any idea ?