Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL Server Database Description

Author  Topic 

josephwong0610
Starting Member

2 Posts

Posted - 2009-05-12 : 06:19:20
Can I set a description to database property or SQL server property ??

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-12 : 09:36:38
what do you mean by property? can you elaborate?
Go to Top of Page

josephwong0610
Starting Member

2 Posts

Posted - 2009-05-12 : 20:49:31
I just wonder if there is a place in SQL server or its database for me to mark a brief description of the databases.

Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-05-12 : 22:40:08
Extended properties are the way to go:

http://msdn.microsoft.com/en-us/library/ms190243.aspx
Go to Top of Page
   

- Advertisement -