1

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 ;)

4

1 回答 1

1

派生列转换支持使用变量以及现有列值来确定新列值。此屏幕截图显示了如何使用System::StartTime变量替换 的值ColumnA

在此处输入图像描述

于 2013-03-05T21:02:16.190 回答