无法在TF Upsert Destination中使用临时表

时间:2016-02-12 19:04:07

标签: sql-server ssis upsert

我创建了一个临时表##Customer_Info,我在我的目标组件中使用它,即TF Upsert Destination。我通过[TF Upsert Destination].[Destination_Table_Name]添加了我的表名。现在,当我运行我的包时,我收到错误说

[PreExecute] Error: Could not create temporary destination table: 
    An error occurred while trying to retrieve the table columns 
    for the temporary destination table: 
Object 'dbo.##Customer_Info' does not exist or is not a
valid object for this operation.

我尝试通过变量获取表名,这也给了我同样的错误。

问题

我该如何解决这个问题?

0 个答案:

没有答案