【发布时间】:2017-04-10 01:31:49
【问题描述】:
我的暂存表是[sabyastaging].[dbo].[CustomerSTG],包含以下字段:[customer#],[cust-name],[address],[telephone#]
我需要一个维度表 (Customer),作为字段:[customer#],[address] 和 [telephone#]。
我还需要一个代理键。我正在使用管理工作室和 SSIS。我该怎么做?
帮助将不胜感激!
【问题讨论】:
-
到目前为止你尝试过什么?请考虑发布MCVE。
标签: sql-server ssis