Database documentation tool recommendations?
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Long time listener, first time caller... I've got a reasonably significant database in production (120 tables, 100+ UDFs and SPs) and (horrors) no real documentation for it. That's been (sort of) OK up to now because I've been the sole developer, but now more folks are going to be working on it, so I need to document it. Does anyone have any recommendations for tools to use? I'd like to be able to: - Record EXTENSIVE notes about tables, columns, functions, SPs, indexes - Ideally, record relationships between functions, i.e. to be able to group related functions together - Generate a nice ER diagram. - Print things out nicely Thanks in advance! Max.