L
Luigi
Hi all,
how can I execute a SSIS Package from an aspx page in C#?
I'm using .NET 2.0.
Thanks a lot.
how can I execute a SSIS Package from an aspx page in C#?
I'm using .NET 2.0.
Thanks a lot.
Misbah Arefin said:the Package.Execute() returns a DTSExecResult enum... in case of any error
the Execute method will return DTSExecResult.Failure
http://msdn2.microsoft.com/en-us/library/ms190901(printer).aspx
http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.dtsexecresult(printer).aspx
hope this helps