Azure SQL 列出所有表空间大小
摘要:select schema_name(tab.schema_id) + '.' + tab.name as [table], cast(sum(spc.used_pages * 8)/1024.00 as numeric(36, 2)) as used_mb, cast(sum(spc.total_
阅读全文
posted @ 2021-08-02 12:01
posted @ 2021-08-02 12:01
posted @ 2015-05-27 16:39
posted @ 2013-10-25 10:30
posted @ 2013-04-03 10:26