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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.