SSDT server setup and using 3rd party tools across servers

  • Hello,

    We are a small shop and want to run, for data warehousing/reporting, 2016 standard across two boxes, a "db" server and an "etl" server.  The db server would just have db engine installed and the etl server would have SSDT/SSIS/SSAS/SSRS.

    Is this possible without installing an instance on both servers?

    If we could get away with only installing an instance on the db server, where we also would publish ssis packages to the SSISDB and schedule them in SSA, what considerations do we need to take into account regarding the third party tools we need in SSDT (zappysys, zip, winscp, etc) and have installed on the etl server?  If these tools are installed on the etl sever but ssis packages are deployed to the db server, how do we ensure they can be accessed by the published packages?

    Any advice/direction/correction are much appreciated.

    Thanks,

    D

  • 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 4 years, 3 months ago by  Phil Parkin. Reason: Fix typo

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Thanks guys.  All makes sense.

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

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