Davide Mauri Blog

Experiences with SQL Server

SSIS Package Parameters

With the latest release of DTLoggedExec, I’ve also added a nice functionality to make package runtime configuration a little easier, introducing the concept of “Package Parameters”. I’ve now updated the documentation adding details on how to use this new feature (is *really* easy, but is *really* useful) and, as usual, you can find it on DTLoggedExec wiki: Read more →

DTLoggedExec v 0.1.3.2 Released

After a while I've realeased a new version of DTLoggedExec, the DTExec replacement: Compiled to support 32bit and 64bit platforms (32bit and 64bit executables are available in the zipped file) Updated the ConsoleLogProvider to add a more detailed logging of OnError events. Read more →

DTLoggedExec v 0.1.2.0 released!

Finally I've realeased a new version of my DTLoggedExec tool. A lots of improvement from the first public version: -Switched to a fully pluggable architecture to support 3rd party plugins -Added "LogEvent" command line switch to choose which events should be logged -Added support for Expression logging -Added "Package Name" and "Container ID" values in the console log Read more →

DTLoggedExec page online

I've created a dedicated page for my DTLoggedExec tool. http://www.davidemauri.it/dtloggedexec.aspx By the end of the month (June) i'll put online the full source code. The code and the application are licensed under Creative Commons Attribution-NonCommercial-NoDerivs 2. Read more →

SSIS Logging: DTLoggedExec news

I've been able to work a little on my DTLoggedExec project in this last week. You can find a log execution result here: http://www.davidemauri.it/files/DTLoggedExec_test_output.txt DTLoggedExec now supports some of the original DTExec options and is able to log even variables values, as you may see from the link above. Read more →

XML Task

Last sunday I got stuck when I tried to use the XML Task of System Integration Services Control Flow toolbox. I was using the April's CTP and the problem was.....the *documentation* :-D. Read more →