DTLoggedExec 1.0.0.2 Released

Posted by Davide Mauri on SQL Blog See other posts from SQL Blog or by Davide Mauri
Published on Sun, 13 Jun 2010 08:41:45 GMT Indexed on 2010/06/17 13:25 UTC
Read the original article Hit count: 255

Filed under:

These last days have been full of work and the next days, up until the end of july, will follow the same ultra-busy scheme. This makes the improvement of DTLoggedExec a little bit slower than what I desire, but nonetheless Friday I’ve been able to relase an updated version of the tool that fixes a bug and add a very convenient option to make even more straightforward the creationg of execution logs:

  • [bugfix] Fixed a bug that prevented loading packages from SSIS Package Store
  • [new] Added support for {filename} placeholder in both Data Flow Profiling and CSV Log Provider

The added feature allow to generate DataFlow profile logs and CSV logs that has the same name of the package that generated them, es:

DTLoggedExec.exec /FILE:”MyPackage.dtsx” /LPA:"FILE=C:\Log\{filename}_{date}_{time}.dtsCSVLog"


© SQL Blog or respective owner