SSDT server setup and using 3rd party tools across servers

  • you can't.

    SSIS Catalog packages execute on the server where the catalog is installed so your setup needs to be

    Server A

    - SQL Server Instance

    - - User databases

    - - ReportServer db's - (optional but not advisable)

    Server B

    - SQL Server instance

    - - SSIS Catalog

    - - ReportServer db's - (optional if you choose to install its db on the application server - not advisable)

    - SSIS Integration Services (required to create SSIS Catalog and to allow execution of DTS Packages from the command line

    - SSAS instance

    - SSRS Instance

    - - ponting to either ReportServer db's on Server B or Server A (Not advisable)

  • Frederico is spot on.

    In addition, note that SSDT is a client tool and should, therefore, not be installed on either of your servers.

    • This reply was modified 5 years, 9 months ago by Phil Parkin. Reason: Fix typo

  • Thanks guys.  All makes sense.

Viewing 3 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply