sql - How to document database efficiently (tables, attributes with definition)? -


we have large database (in sql server 2008) many tables. have bought red gate's sql doc documentation purposes. document database in detailed way. best practice in documenting database? how document attributes definitions? sql doc documents database nicely how add attribute definitions document (is there automagigal way)?

we use extended properties "tag" constraints, tables, indexes, viws, procs, lot. (we use sql doc)

it's mentioned on interweb quite lot too


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -