> I'm new to SSIS. Can someone point me in the right direction on how to
> execute an SSIS package from a button OnClick?
[quoted text clipped - 4 lines]
> Thanks!
> Phil
you can run the package from file, via a sql job on remote machine, or
directly from the remote sqlserver - good examples at
http://msdn2.microsoft.com/en-us/library/ms403355.aspx
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.dtsexec
result(printer).aspx

Signature
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin
> do the same with SSIS
>
[quoted text clipped - 8 lines]
> > Thanks!
> > Phil