摘要:
用户表的个数select count(*) from sysobjects where type = 'U'系统表的个数select count(*) from sysobjects where type = 'S'存储过程的个数select count(*) from sysobjects where type = 'P'视图的个数select count(*) from sys... 阅读全文
posted @ 2006-11-28 18:56
神秘狭
阅读(445)
评论(0)
推荐(0)

浙公网安备 33010602011771号