Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フラットファイルソースから読み取るSSISパッケージがあります。ターゲットファイルもフラットファイルです。
ターゲットファイルに書き込まれている行を数えたい。
これはどのように行うことができますか?
そのためにRowCountを使用できます。以下のリンクはあなたを助けるかもしれません
http://www.daveturpin.com/2009/10/writing-query-row-count-to-flat-file-in-ssis-part-i/
http://www.programmersedge.com/?p=1492