Installing SSIS on a server other than the database server.

  • Hi,

    I have to run SSIS packages on a server which isn't a database server, and the SSIS package needs to launch a process on this application server. Moreover the package needs to be launched by a SQL Job (which calls DTExec).

    So I figure I need SQL Agent and SSIS on the application server. Can these be installed without installing SQL Server? And if so, will the license (i.e. cost) be the same as if I installed the full suite?

    Thanks for your help,

    David McKinney.

  • David,

    You do need SQL Server installed to run the SQL Server agent. Although you can install SSIS without SQL Server, it's generally not worth doing so. You'll still require a SQL Server license when you install only SSIS, and you lose the benefit of having the SQL Server Agent to schedule the execution of packages.

    hth,

    Tim

Viewing 2 posts - 1 through 2 (of 2 total)

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