摘要: sql server 数表:select count(1) from sysobjects where xtype='U'数视图:select count(1) from sysobjects where xtype='V'数存储过程select count(1) from sysobjects w... 阅读全文
posted @ 2015-07-20 19:54 哥本哈根 阅读(209) 评论(0) 推荐(0) 编辑