Is there a way to determine how much disk space is used by an Indexed/Materialized View?
是否有一种方法可以确定索引/物化视图使用了多少磁盘空间?
1 个解决方案
#1
5
sp_spaceused
Displays the number of rows, disk space reserved, and disk space used by a table, indexed view, or Service Broker queue in the current database, or displays the disk space reserved and used by the whole database.
显示当前数据库中表、索引视图或服务代理队列使用的行数、保留的磁盘空间和磁盘空间,或者显示整个数据库保留和使用的磁盘空间。
#1
5
sp_spaceused
Displays the number of rows, disk space reserved, and disk space used by a table, indexed view, or Service Broker queue in the current database, or displays the disk space reserved and used by the whole database.
显示当前数据库中表、索引视图或服务代理队列使用的行数、保留的磁盘空间和磁盘空间,或者显示整个数据库保留和使用的磁盘空间。