Is it possible to execute a SSIS package in C# Code ? We can process cube using the namespace "Microsoft.AnalysisServices.AdomdClient". What will be namespace/method to be used for executing a package/task, if possible? This considers Script Task too, in SSIS.
|
feedback
|
|
see Running a Package Programmatically on the Local Computer from msdn | |||||
feedback
|
|
The way we do this is we call a stored procedure from code and this stored procedure runs the SSIS package.
| |||
|
feedback
|