What needs to be installed to execute an SSIS package from a client machine?
I have developed an SSIS package and want to execute it from an application on a client machine. I can't seem to find the Microsoft.SqlServer.ManagedDTS assembly that I need to reference. Is this installed with the Visual Studio tools, SQL Server, or from a feature pack?
July 11th, 2011 10:51pm

When you say you want to run on the client machine, do you want to start/launch it on the client machine a package that resides on a remote computer? See Running an SSIS Package Programmatically on a Remote Computer http://msdn.microsoft.com/en-us/library/ms403355.aspx Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2011 10:54pm

Install the SSIS on the machine which you want to run package, you can find it in sql server setup disk.http://www.rad.pasfu.com My Submitted sessions at sqlbits.com
July 11th, 2011 10:55pm

I think it is also worth pointing out that SSIS is not a client application, so if you install it on a machine, that machine should be licensed as a full SQL Server, not just a user who has a client access license (CAL).http://www.sqlis.com | http://www.konesans.com
Free Windows Admin Tool Kit Click here and download it now
July 12th, 2011 12:42pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics