dbdesc 1.6 & dtsdoc 1.2 available
July 5th, 2006A 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:
- Create statements for tables
- List of “dependent tables” which have foreign keys referring to the table
- View’s fields documented
- Triggers on views documented
- INSTEAD OF triggers
- Stored procedure parameters documented
- Index properties added: IS_UNIQUE and IS_CLUSTERED
- New option to include/exclude object definitions
- New option to insert a page break after each object in the built-in report
- Added key-accelerators to dbdesc GUI
- Improved error handling
- XSL templates updated
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. 
I’ve included some minor bug fixes and enhancements as well, like additional links and package labeling in the report.



August 10th, 2006 at 8:37 am
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
August 10th, 2006 at 9:32 am
Thanks for the tweak. I’ll include the change right now.