You've already forked ssms-addin
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user