Hi guys,
I am using a OLEDB connection with an SQL Task
My variable to pass to the SQL Task is the table name, but it does not work.
Passing a value (int) is fine.
Can someone help me?
It looks like this:
Variable User:: DestinationTable; string; dbo.temptable
Passing parameters: User::DestinationTable; varchar; 0; 50
SQL: Select * from ?