SQL Server 2005 查看列信息
摘要:
相关Table: select * from sys.syscolumns SELECT * from sys.extended_properties SELECT * from sys.sysobjects select so.name As TableName,sc.name As ColumnName,sp.value As Description from sys.ext... 阅读全文
posted @ 2008-03-18 15:36 LongSky 阅读(366) 评论(0) 推荐(1)