--获取所有表字段的值等信息。select * from syscolumns;--获取所有用户所创建表的表名等信息select * from sysobjects where xtype = 'u';