
Signature
Luigi
http://blogs.dotnethell.it/ciupaz/
--
Luigi
http://blogs.dotnethell.it/ciupaz/
the easiest is to setup a on demand sqlagent job to run the ssis package. you
start the job with the stored proc sp_start_job.
-- bruce (sqlwork.com)
> Hi all,
> how can I execute an SSIS (SQL Server 2005) package from an aspx page in a
> web application (.NET 2.0)?
>
> Thanks in advance.
Luigi - 07 Feb 2008 08:00 GMT
> the easiest is to setup a on demand sqlagent job to run the ssis package. you
> start the job with the stored proc sp_start_job.
>
> -- bruce (sqlwork.com)
Ok, I'll follow this road.
Thank you Bruce.
Luigi