在 SSIS 中进行事务处理之前删除 DW 中的数据
我需要从数据库 houseDW 中删除表 dim_customer 中的数据,然后才能从关系数据库 house 中的表 customer 进行事务。这些数据非常独特,因此不能在同一个表中重复。
我有一个从表 dim_customer 中删除数据的 sql 脚本。
我需要使用数据流或控制流中 SSIS 的哪些组件来执行 SQL 代码?也许有不同方式的另一种解决方案?
I need to remove data in table dim_customer from my database houseDW before I can make a transaction from table customer in relational database house. These data are very unique so you cannot have a dublication in the same table.
I have a sql script that remove data from the table dim_customer.
What component from the SSIS in dataflow or control flow do I need to use to execute a sql code? Maybe there are another solution in a different way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
控制流 - 执行SQL任务
Control Flow - Execute SQL Task