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/13 8:54 UTC
Read the original article Hit count: 235

These last days has 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

Related posts about DTLoggedExec

  • DTLoggedExec 1.0 Stable Released!

    as seen on SQL Blog - Search for 'SQL Blog'
    After serveral years of development I’ve finally released the first non-beta version of DTLoggedExec! I’m now very confident that the product is stable and solid and has all the feature that are important to have (at least for me). DTLoggedExec 1.0 http://dtloggedexec.codeplex.com/releases/view/44689… >>> More

  • DTLoggedExec 1.1.2008.4 Released!

    as seen on SQL Blog - Search for 'SQL Blog'
    Today I've relased the latest version of my DTExec replacement tool, DTLoggedExec. The main changes are the following: Used a new strategy for version numbers. Now it will follow the following pattern Major.Minor.TargetSQLServerVersion.Revision Added support for Auto Configurations Fixed… >>> More

  • DTLoggedExec 1.0.0.2 Released

    as seen on SQL Blog - Search for 'SQL Blog'
    These last days has 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… >>> More

  • DTLoggedExec 1.0.0.2 Released

    as seen on SQL Blog - Search for 'SQL Blog'
    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… >>> More

  • Auto-Configuring SSIS Packages

    as seen on SQL Blog - Search for 'SQL Blog'
    SSIS Package Configurations are very useful to make packages flexible so that you can change objects properties at run-time and thus make the package configurable without having to open and edit it. In a complex scenario where you have dozen of packages (even in in the smallest BI project I worked… >>> More

Related posts about Integration Services