What is dtsdoc?
dtsdoc is a powerful tool to help you document your SQL Server data transformation packages. It can produce detailed documents describing your DTS packages.
With dtsdoc you are not tied to a specified output format or fixed look, you are in control. dtsdoc uses XSL templates to transform a XML file that holds the DTS packages descriptions to get the final documentation. Sample XSL templates are included to get HTML files ready to be published or printed.
dtsdoc has been designed to be scheduled, it has a full featured command line interface, to ensure that your server documentation is always up to date.
Currently dtsdoc documents most of the DTS objects of your packges, including:
- General package properties
- Global variables
- Connections
- Task
- Steps
Take a look at the detailed features section or sample output.