I created a db in sql server 2008 and I wrote for some columns description to describe them, What I want now is to find a way to export these tables design including the description for each column into a document to be able to discuss with the teams and be printed.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
The simplest solution is to buy something like Red-Gate's SQL Doc. There are a few people who have written scripts that you can find for free. |
|||
|
|
|
I used the following recently as the first step of a full DB audit. I know there are additional fields in COLUMNS and TABLES.
|
|||
|
|