Deploying and calling SSIS package from .NET

Posted by alexbf on Stack Overflow See other posts from Stack Overflow or by alexbf
Published on 2010-05-20T21:04:20Z Indexed on 2010/05/20 21:50 UTC
Read the original article Hit count: 150

Filed under:
|

I have a SSIS package that I plan to deploy on my SQL Server 2008 machine.

I need to call this SSIS package remotely and synchronously from .NET. Obviously I need to pass parameters to this package as well.

How could I do that?

Thanks, Alex

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about ssis