How can we help you today? How can we help you today?

Tooltip for sys.dm_db_index_physical_stats

The tooltip shown for sys.dm_db_index_physical_stats is is not correct.
It says:
dm_db_index_physical_stats (@DatabaseId, @IndexId, @Mode, @ObjectId, @PartitionNumber),
while books online says:

sys.dm_db_index_physical_stats (
{ database_id | NULL | 0 | DEFAULT }
, { object_id | NULL | 0 | DEFAULT }
, { index_id | NULL | 0 | -1 | DEFAULT }
, { partition_number | NULL | 0 | DEFAULT }
, { mode | NULL | DEFAULT }
)
(the order is scrambled)
George Palacean
0

Comments

1 comment

  • tanya
    Ohoo!

    But it has been fixed now and you should see the fix in the release build that is scheduled for early August :)

    Thanks for bringing it to our notice.

    Regards,
    Tanya
    Project Manager
    Red Gate Software Ltd
    tanya
    0

Add comment

Please sign in to leave a comment.