开发者

How to test the SSIS Packages?

开发者 https://www.devze.com 2022-12-29 14:04 出处:网络
How to test the SSIS Packages ? what are the thing开发者_JAVA百科s should be taken care while testing

How to test the SSIS Packages ?

what are the thing开发者_JAVA百科s should be taken care while testing the ssis packages?

what are the testcase steps should be written while testing ?


ssisUnit is a great tool for unit testing an SSIS package. The only caveat I have run into is that you need to run the unit tests on a machine with SSIS server components installed. I work in a shop where I have the SSIS client components installed, but the server is remote (I have Sql Server Express on my local box) so I am currently unable to use ssisUnit in my development. This means I have to write my scripts manually which is a much bigger pain.

0

精彩评论

暂无评论...
验证码 换一张
取 消