Skip to content

Commit c9b929e

Browse files
Update data type of reserved MB fields in [#dm_db_partition_stats_etc] to match similar fields in other temp tables.
BlitzIndex will now report "size" for indexes less than 1 MB.
1 parent fbc68d6 commit c9b929e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sp_BlitzIndex.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,9 +1462,9 @@ BEGIN TRY
14621462
, partition_number int
14631463
, partition_id bigint
14641464
, row_count bigint
1465-
, reserved_MB bigint
1466-
, reserved_LOB_MB bigint
1467-
, reserved_row_overflow_MB bigint
1465+
, reserved_MB NUMERIC(29,2)
1466+
, reserved_LOB_MB NUMERIC(29,2)
1467+
, reserved_row_overflow_MB NUMERIC(29,2)
14681468
, lock_escalation_desc nvarchar(60)
14691469
, data_compression_desc nvarchar(60)
14701470
)

0 commit comments

Comments
 (0)