Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sschwarze
Starting Member
15 Posts |
Posted - 2004-02-06 : 16:29:28
|
| Is there any way(code or product) that can document DTS Packeages. My boss wants the graphics objects and the sql code behind each on a printout? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-02-06 : 16:35:08
|
| What I do is I add text annotation to the DTS package. You can also add a description to each of the connections plus to the package. This is all done in the DTS designer.Here is what I found when I googled it:http://dbforums.com/arch/227/2003/7/838612Tara |
 |
|
|
|
|
|