1
0
mirror of https://github.com/alex-bochkov/ssms-addin.git synced 2025-11-23 22:04:53 +02:00

Update partitions-stats.sql

This commit is contained in:
Alexey Bochkov
2019-03-19 12:12:17 -07:00
committed by GitHub
parent 2bb10536d6
commit f64e9de70a

View File

@@ -12,7 +12,7 @@ SELECT
CASE pf.boundary_value_on_right
WHEN 1 THEN 'RIGHT'
ELSE 'LEFT' END AS Range,
p.rows AS [Rows],
FORMAT(p.rows, 'N0') AS [Rows],
p.[data_compression_desc] AS [Compression]
FROM sys.partitions AS p
JOIN sys.indexes AS i