sql server 数表: select count(1) from sysobjects where xtype=’U’数视图: select count(1) from sysobjects where xtype=’V’数存储过程 select count(1) from sysobjects where xtype=’P’