备忘。
select name, id, crdate, refdate
from sysobjects
where (xtype = 'U') AND (status & 0xC0000000 <> 0xC0000000)
select name colname, type_name(xusertype) tpname, length,
prec, scale, isnullable, collation, colorder
from syscolumns
where id = object_id('表名')
order by colorder
波波坡原创文章 链接:http://www.bobopo.com/article/code/sql_system_objects.htm
标签: dotNet
关键词: Sql Server, Microsoft, 系统对象, Sql, System Objects
创建日期: 2008-01-01