sql-serverssisetlbusiness-intelligencessis-2017

SqlServer 2017 SSIS - SSISDB & MSDB Understanding


I'm new about SSIS.

First of all,

  • Installed SqlServer-2017
  • Installed SSMS version 17
  • Installed SSDT standalone (this was hard)
  • Installed SSIS

After all installations done. There are two components for SSIS;

  • SSIS via login via SSMS (server type : Integration Services) : MSDB
  • Integration Services Catalog : SSISDB

What is this logic? I searched but couldn't find an exact answer to understand.

enter image description here


Solution

  • SSISDB (Integration catalog) has been the standard way of storing packages and running them since SQL 2012

    If you are learning about SSIS, only read docs that explain SSISDB.

    i.e. this https://learn.microsoft.com/en-us/sql/integration-services/create-the-ssis-catalog?view=sql-server-2014