datadictionary

Do you generate your data dictionary?

Do you generate your data dictionary? If so, how? I use extended procedures in SQL Server 2005 to hold onto table and field information. I have some queries that create a dictionary out of them, but it's ... meh. Do you have a particular query or tool you use? Do you generate it off of your database diagrams? Googling for "data dictio...

What is the best way to create an enhanced Data Dictionary?

Without going into specifics...I have a large SQlServer 2005 database with umpteen stored-procedures. I have multiple applications from WinForm apps to WebServices all of which use this DB. My simple objective now is to create a meta-database...a prospective data-dictionary where I can maintain details of which specific app. file uses w...