SSIS中的脚本任务问题

编程入门 行业动态 更新时间:2024-10-27 04:28:22
本文介绍了SSIS中的脚本任务问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想组合一个数据库中的多个表,新表应该加载到另一个数据库中。

I want to combine multiple tables from one database, and the new tables should be loaded in another database.

我尝试在Script Task中连接查询来组合表,但是如果我再次执行Script Task,它也会加载重复的记录。

I tried join queries in Script Task to combine tables, But If I execute Script Task again it will load duplicate records also.

实现这个目的的正确方法是什么,我们可以使用任何转换方法吗?

What is the proper method tho achieve this, Can we use any transformation methods ?

推荐答案

为什么要尝试使用脚本组件?为什么不使用标准的SQL JOIN工具来完成您的要求? Why are you trying to use the Script Component? Why not use the standard SQL JOIN facilities to accomplish your requirement?

更多推荐

SSIS中的脚本任务问题

本文发布于:2023-11-28 15:52:22,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1643028.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:脚本   SSIS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!