We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c318fa + c9b929e commit 91db9a5Copy full SHA for 91db9a5
1 file changed
sp_BlitzIndex.sql
@@ -1462,9 +1462,9 @@ BEGIN TRY
1462
, partition_number int
1463
, partition_id bigint
1464
, row_count bigint
1465
- , reserved_MB bigint
1466
- , reserved_LOB_MB bigint
1467
- , reserved_row_overflow_MB bigint
+ , reserved_MB NUMERIC(29,2)
+ , reserved_LOB_MB NUMERIC(29,2)
+ , reserved_row_overflow_MB NUMERIC(29,2)
1468
, lock_escalation_desc nvarchar(60)
1469
, data_compression_desc nvarchar(60)
1470
)
0 commit comments