I have a DTS package that perfomrs several transformations, namely moving data from an ODBC (Oracle) source to a SQL Server table and from a SQLServer table to a flat-file.
The SOURCE tab on the 'Transform Data Task Properties' dialog specifies a SQLQuery that I wrote as the source.
My question is this: can I prompt the operator to enter a parameter for this SQLQuery? I have looked into the parameters functionality and this would be fine if I knew the parameter variable (which is a date). But this date needs to be entered by the user/operator.
Any suggestions?
To compound the problem, I am actually remotely running the DTS from a VB application that I wrote. I would ideally love to pass in the variable from it but, baby steps.
Thanks in advance.
The SOURCE tab on the 'Transform Data Task Properties' dialog specifies a SQLQuery that I wrote as the source.
My question is this: can I prompt the operator to enter a parameter for this SQLQuery? I have looked into the parameters functionality and this would be fine if I knew the parameter variable (which is a date). But this date needs to be entered by the user/operator.
Any suggestions?
To compound the problem, I am actually remotely running the DTS from a VB application that I wrote. I would ideally love to pass in the variable from it but, baby steps.
Thanks in advance.