日期:2014-05-18  浏览次数:20465 次

请教SQL2005 查询字段描述 100分求教,分不够可以加
在网上找到都是sql 2000的方法 在sql2005里没有sysproperties表,不懂字段描述存放在哪里了.

QQ 1716720,有可热心的朋友可以Q我,感激不尽

------解决方案--------------------
http://topic.csdn.net/t/20060315/09/4615096.html

sql2005不熟,公司的机器上也没装,帮你搜了一下,这里说

用fn_listextendedproperty
或查询sys.extended_properties

你试一下吧.
------解决方案--------------------
sys.extended_properties
------解决方案--------------------
添加扩展属性
sp_addextendedproperty

更新扩展属性
sp_updateextendedproperty

删除扩展属性
sp_dropextendedproperty

查看扩展属性
fn_listextendedproperty

扩展目录视图
sys.extended_properties

------解决方案--------------------
sys.extended_properties
------解决方案--------------------
只晓得 extended_properties 刚看过