A place for my thoughts and experiences on SQL Server, Business Intelligence and .NET
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:
-
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:

-
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:
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
About Davide Mauri
Davide Mauri - MCP, MCAD, MCDBA, MCT, MVP on SQL Server - has worked with SQL Server since version 6.5, and his interests cover the whole platform, from the Relational Engine to Analysis Services, from architecture definition to performance tuning. He also has a strong knowledge of XML, .NET and the Object Oriented Design principles, which allows him to have the correct vision and experience to handle development of complex business intelligence solutions. Having worked as a Microsoft Certified Teacher for many years, Davide is able to pass all his knowledge to his co-workers, allowing his team to deliver high-quality solutions. He currently works as a Mentor for Solid Quality Mentors and can be found speaking in many Italian and internationals events.