I have a SP that runs a SSIS package.
xp_cmdshell 'dtexec /f "F:\SSIS Package\test.dtsx" /Rep E'
When I run the SP in VS I get an Output window where I can see if it was successful. Is there a way to get the output from this into my asp.net application ?