How do I execute an SSIS 2008 package from .NET 4.0 Windows Service? -
How do I execute an SSIS 2008 package from .NET 4.0 Windows Service? -
i have .net 4.0 windows service application (vs2010), need phone call ssis 2008 package.
i know easier create web service , phone call service ssis, not @ liberty that.
so, figured next best alternative phone call ssis bundle windows service. know in .net 2.0 can phone call dts package, , if have sql server 2012 installed.
but not able find solution specific combination. .net 4 , sql server 2008 ssis.
or there way using same combination can start , stop windows service using ssis 2008. , figure out when windows service finished running.
refer section using web service or remote component run remote bundle programmatically
in below msdn documentation.
loading , running remote bundle programmatically
sql-server-2008 .net-4.0 ssis
Comments
Post a Comment