Download dtsdoc
You can download dtsdoc from here. No registration is needed.
The demo version is a full featured working version of dtsdoc. However random strings will appear in the output files to remind you that it is a trial version.
If you decide to purchase it, we will send you a license file that must be copied to the dtsdoc binary directory.
Requirements
.NET Framework 1.1 or above.
SQL Server 2000 SP4 Admin tools
What's new?
Version 1.2.6 (released 2010-04-20)
- Fix: Options tab in Transform Data Task is now documented
Version 1.2.5 (released 2009-05-04)
- New option to split documentation in several files, one per package. Useful to avoid generating a big html file when multiple packages are selected.
- Minor bugs fixed
Version 1.2.4 (released 2009-01-19)
- dtsdoc now documents transformation custom properties: ReadFile, WriteFile, ... inside DataPump and DataDriven tasks
- When documenting a group of packages, if one of them is password protected, dtsdoc no longer stops documenting the remaining packages
- The list of packages names is sorted alphabetically by default
- Other minor bugs fixed
Version 1.2.3 (released 2008-04-07)
Enhancements
- The tree image automatically increases its width so package names don't wrap
- New template which sorts DTS packages alphabetically
Bug fixes
- Extra line breaks and indentations are no longer added in code sections
Version 1.2.2 (released 2007-06-04)
Bug fixes
- Dtsdoc might fail to document a package when the package has a corrupted internal structure (duplicate tasks/steps). Apparently this corrupted state doesn't affect the execution of the package.
- Error when a package name contains invalid file characters like '*', ':', '/', etc.
Version 1.2.1 (released 2007-03-16)
Maintenance release
- Document input/output global variable names used as parameters in SQLExecute tasks
- Only the last property in DynamicProperties was being documented
- Error when running dtsdoc under different Windows accounts on the same machine
- Better error handling when SP4 not present
- Windows Vista support (no need to run dtsdoc with elevated privileges)
- Other minor bugs fixed
Version 1.2 (released 2006-07-05)
New features
- call tree image representing the parent/child relationships among your packages
- Package name is added to every section to easily identify packages
- Links added to go back to the package index or package list
- Key-accelerators added to dtsdoc-gui
Bug fixes and other changes
- -ci (copy images) switch removed from the valid command line arguments
- Added a new switch to indicate if the 'package call tree image' should be generated
- Minor improvements to the html_images XSL template
- Minor bugs fixed
Version 1.1 (released 2006-05-17)
New features
- New HTML template with cleaner design and images support (sample)
- Step sequence is now documented: On completion, On success and On failure events
- Syntax highlighting for SQL, VBScript and JSCript code
- Added a new section called Steps summary. It let's you take a simpler look at the step execution sequence
- Multiple packages can be now documented in one file
- Support for OLAP Process task: DTSOlapProcess and DTSPrediction tasks are now documented
- Package selection list can be sorted alphabetically
Bug fixes
- (2006-05-19) Fixed a bug which caused the app to crash if missing settings file
Version 1.0 (released 2006-03-30)
Initial version