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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 System Documentation

Author  Topic 

MorrisK
Yak Posting Veteran

83 Posts

Posted - 2007-12-14 : 09:42:10
How does everyone else document things? For example, I have a table on a linked server, a DTS package is scheduled to run overnight and pull data and insert it into another table on my SQL Server database, a parameterized stored procedure pulls data from this SQL table and finally, a Reporting Services report uses that stored procedure as a data source.

I could just write it all out somewhere like this but sometimes a diagram is nice.

Any ideas?

Thanks,

Kevin

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-12-14 : 14:08:57
I document everything in my mind that way they have to keep me if they want things to run properly.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

MorrisK
Yak Posting Veteran

83 Posts

Posted - 2007-12-14 : 14:26:18
Good point!
Go to Top of Page
   

- Advertisement -