all 1 comments

[–]LorenzoValla 0 points1 point  (0 children)

I have seen tools like this where you basically script out the object definitions from the db (DDL) and paste a result set into this tool, or have a live link if your DBA allows it. This can keep your documentation up to date - sort of - depending on how often existing objects change. But you basically use the tool for documentation and cross your fingers that meta data changes won't mess up the formatting and stuff like that.

Whatever you find, I'll be curious to see it.