Ah, I can help with that. The script below will generate a script (scriptception!). So make sure to press ctrl-t before executing the script, so you can get the results in text format. Then, you can copy and paste the result text into a new window and run the script. It will shrink and then […]
Tag: SQL
How do I get a report on the execution of an SSIS Package
If you want an execution report of an SSIS package, you can use the code below. It will generate a dataset for the last execution report of the SSIS package you want. I think the toggles speak for themselves but just in case, here’s a little overview. PackageName: Yes, this is the name of the […]