目标文件中的行数,如何?
我有一个从平面文件源读取的 SSIS 包。目标文件也是平面文件。
我想计算目标文件中写入的行数。
这怎么能做到呢?
I have a SSIS package that reads from a flat file source. The target file is also a flat file.
I want to count the rows that are written in the target file.
How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 RowCount 来实现这一点。以下链接可能会帮助您
http://www.daveturpin.com/2009/10/writing-query-row-count-to-flat-file-in-ssis-part-i/
http://www.programmersedge.com/?p=1492
You can use RowCount for that. Below links may help you
http://www.daveturpin.com/2009/10/writing-query-row-count-to-flat-file-in-ssis-part-i/
http://www.programmersedge.com/?p=1492