August 20, 2002 at 11:07 am
does anybody know where does sql server store the extended properties for tables and for columns?
for example, i created an extended property called "caption" for a column in a table. which system table is that caption-value stored in?
thanks in advance
Billy
August 20, 2002 at 11:15 am
sysproperties
Steve Jones
August 20, 2002 at 11:23 am
thanks...
the sysproperties table was not in the SQL Server 2000 System Table map I was using...
the system table map I got it from:
http://www.microsoft.com/sql/techinfo/productdoc/2000/default.asp
Billy
November 24, 2009 at 6:57 am
Now (2005/2008)
sys.extended_properties
http://msdn.microsoft.com/en-us/library/ms177541.aspx
Best wishes,
Phil Factor
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply