SELECT
t.name 
AS theTable,
c.name 
AS theColumn,
ty.name 
AS theType
FROM sys.tables t
JOIN sys.columns c ON t.object_id = c.object_id
JOIN sys.types ty ON c.system_type_id = ty.system_type_id
posted on 2006-05-09 10:42  Steven.zhou  阅读(285)  评论(0编辑  收藏  举报



使用Live Messenger联系我
关闭