I'm facing an issue, I don't know how to map the result of an SQL command or even a variable to a column.
Here's what I'm trying to do :
I have an ADO source (DB1) which I want to map to different tables (DB2.table1, ..., DB2.table_5), so I'm using a broadcast tool, with a flow per table, but one of my destination table requires that one field be mapped to the result of a select query. So I thought of variables which can be assigned the result of a command, but an ADO destination appears not to map a column with neither a query nor a variable.
SQL Server 2008 + Visual 2008.
Has anyone a solution ? Thanks in advance ;)
