How to test the SSIS Packages?

前端 未结 1 468
离开以前
离开以前 2021-01-13 16:20

How to test the SSIS Packages ?

what are the things should be taken care while testing the ssis packages?

what are the testcase steps should be written whi

相关标签:
1条回答
  • 2021-01-13 16:30

    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 讨论(0)
提交回复
热议问题