Hi,
I have a DTS package with a Trasform Data Task with the following query :
"Select field1, ? from table "
"?" being the parameter inside my select clause.
I want to use a parameter inside my select query, is that possible? I want to pass a unique value to the query to be saved to the table I'm populating with the DTS package .
My question is: is it possible to use a parameter inside a query in a DTS package ? if so, how do i do that ?
Thanks,
Hang
PS: I'm calling this DTS packge from a stored procedure thur the dtsrun command.
I have a DTS package with a Trasform Data Task with the following query :
"Select field1, ? from table "
"?" being the parameter inside my select clause.
I want to use a parameter inside my select query, is that possible? I want to pass a unique value to the query to be saved to the table I'm populating with the DTS package .
My question is: is it possible to use a parameter inside a query in a DTS package ? if so, how do i do that ?
Thanks,
Hang
PS: I'm calling this DTS packge from a stored procedure thur the dtsrun command.