Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|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

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

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

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

share|improve this answer

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

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

share|improve this answer

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