查看SQLServer数据库信息的SQL语句
摘要:--查看数据库中的表信息,--包括(表名,记录数,保留空间,使用空间,索引使用空间,未用空间)exec sp_MSForEachTable@precommand=N'create table ##01(表名 sysname,记录数 int,保留空间 Nvarchar(10),使用空间 varchar...
阅读全文
posted @ 2015-01-23 10:09
posted @ 2015-01-23 10:09
posted @ 2015-01-23 10:04
posted @ 2015-01-23 09:58
posted @ 2015-01-23 09:55
posted @ 2014-08-02 17:16
posted @ 2014-05-20 14:14