摘要:
select SO.name 表名,SC.name 表列名,SC.colid 索引,SC.length '大小',ST.name 類型from tempdb..sysobjects SO,tempdb..syscolumns SC,tempdb..systypes ST where SO.id=SC.id and SO.xtype='U' and SO.status>=0 and Sc.xtype=ST.xusertype and SO.name='##sssff'order by SC.colorder--非臨時表去掉tempdb.. 閱讀全文
posted @ 2012-08-23 00:22
事理
閱讀(269)
評論(0)
推薦(0)

浙公網安備 33010602011771號