Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table/ColumnName descriptors in SQL Server 7.0?

Status
Not open for further replies.

achin

Technical User
May 28, 2001
2
US
How does one go about adding descriptions of Column Names in a database? In MS-Access, a Description field was provided when defining the columns in a table. As well, a description could be added to the Properties dialog for a Table.

I've been unable to find the equivalent capability in SQL Server.

Thanks,
Andrew
 
In SQL 7 and 2000 you can import the database structure into the Metadata repository and add comments, descriptions, etc.

In SQl 2000, you can add descriptions in the table design screen. Terry
_____________________________________
Man's mind stretched to a new idea never goes back to its original dimensions. - Oliver Wendell Holmes
 
Thanks for pointing me in the right direction. I'll pursue the Metadata repository further.

Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top