.Net vs SSIS: What should SSIS be used for?

前端 未结 14 1593
终归单人心
终归单人心 2020-12-23 18:55

If I have the option of using .Net and can do data transformations just fine in .Net, when would I need SSIS? Is there a certain task

14条回答
  •  粉色の甜心
    2020-12-23 19:26

    SSIS is great for BI applications, you can manipulate the data on Stage Table and than make avaiable on DataWarehouse tables to be used for BI.

    I can connect on SAP, Oracle to get employee information and make avaiable on PowerBI, QlikView, etc...

    Its a nice tool if you know where and why use it. Use ir because its cool you will have troubles.

提交回复
热议问题