dbdesc 1.6 & dtsdoc 1.2 available

July 5th, 2006

A new version of both dbdesc (1.6) and dtsdoc (1.2) is now available. These upgrades are (as usual) free for registered customers.

These are the main features added to dbdesc 1.6:

About dtsdoc 1.2:

This version adds only one new main feature, but I think it’s going to be really useful for some of you so I decided to release it early.

dtsdoc now generates an image with the parent/child relationships among your packages. It looks for your DTSExcutePackage tasks and tries to navigate them to build the image. DTS Call tree

I’ve included some minor bug fixes and enhancements as well, like additional links and package labeling in the report.

Posted in dbdesc, dtsdoc | | Top Of Page

2 Responses to “dbdesc 1.6 & dtsdoc 1.2 available”

  1. Jasoer Says:

    Jose,

    A little change is needed in CSS declarations for html_browse.xsl. The printout of HTML generated is not optimal (leftmenu should be made hidden).

    As a start the following CSS tags helped a bit:

    @media print {
    html, body {size: landscape; width: auto; }
    .leftMenu{display: none;}
    .content{position:absolute;left: 0px;top: 77px; padding-left: 3px;}
    }

    Jasper

  2. JAG Says:

    Thanks for the tweak. I’ll include the change right now.