Possible Duplicate:
SQL Server: Extract Table Meta-Data (description, fields and their data types)

Dear Professionals,

Is there any way to show the description, I've already entered in description field of the properties window in main section of the table designer in sql server 2008, beside Column type, Data type and Allow nulls?

Thanks you very much

link|improve this question

3  
@Mitch - Not necessarily a dupe as this question is less specific than the one you linked to. Answers such as third party tools would be appropriate for this question as asked but not the linked one. – Martin Smith Jan 1 '11 at 16:46
1  
due to draw ire from some - the table designer is a crutch. And not a particularly good one. The sooner you learn to write actual SQL (e.g. CREATE TABLE or ALTER TABLE), the better – Damien_The_Unbeliever Jan 1 '11 at 17:05
feedback

closed as exact duplicate by Oded, gbn, CodeByMoonlight, marc_s, Graviton Jan 2 '11 at 1:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 0 down vote accepted

This article discusses what you are trying to achieve:

http://www.winnershtriangle.com/w/Articles.DocumentingSQLServer2008Databases.asp

link|improve this answer
feedback

If you want a programmatic solution see Mitch's link in the comments.

A third party tool that shows these is Redgate - SQL Doc

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.