DTLoggedExec 1.1.2008.4 Released!

Posted by Davide Mauri on SQL Blog See other posts from SQL Blog or by Davide Mauri
Published on Tue, 15 Mar 2011 11:42:00 GMT Indexed on 2011/03/15 16:16 UTC
Read the original article Hit count: 252

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 a bug that reported incorrect number of errors and warnings to Log Providers
  • Fixed a buf that prevented correct casting of values when using /Set and /Param options
  • Errors and Warnings are now counted more precisely.
  • Updated database and log import scripts to categorize logs by projects and sections. E.g.: Project: MyBIProject; Sections: Staging, Datawarehouse
  • Removed unused report stored procedures from database
  • Updated Samples: 12 samples are now available to show ALL DTLoggedExec features
  • From this version only SSIS 2008 will be supported

http://dtloggedexec.codeplex.com/releases/view/62218

 It useful to say something more on a couple of specific points:

  • From this version only SSIS 2008 will be supported
    Yes, Integration Services 2005 are not supported anymore. The latest version capable of running SSIS 2005 Packages is the 1.0.0.2.
  • Updated database and log import scripts to categorize logs by projects and sections
    When you import a log file, you can now assign it to a Project and to a Section of that project. In this way it's easier to gather statistical information for an entire project or a subsection of it. This also allows to store logged data of package belonging to different projects in the same database. For example: 

  • Updated Samples
    A complete set of samples that shows how to use all DTLoggedExec features are now shipped with the product. Enjoy!
  • Added support for Auto Configurations
    This point will have a post on its own, since it's quite important and is by far the biggest new feature introduced in this release. To explain it in a few words, I can just say that you don't need to waste time with complex DTS configuration files or options, since a package will configure itself automatically. You just need to write a single statement as a parameter for DTLoggedExec. This feature can simplify deployment *a lot* :)
 
I the next days I'll write the mentioned post on Auto-Configurations and i'll update the documentation available on theDTLoggedExec website:
 

© 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