Hi All,
I was doing a select from dm_db_index_physical_stats view from our production server. Each entry has an object_id but when I try to convert them to object_name then I see the values as null.
Any ideas?
Thanks
A
Example
Object Name Object ID Index Id index desctipion
NULL 820913996 1 CLUSTERED INDEX
NULL 1317579732 1 CLUSTERED INDEX
NULL 286676119 1 CLUSTERED INDEX
I was doing a select from dm_db_index_physical_stats view from our production server. Each entry has an object_id but when I try to convert them to object_name then I see the values as null.
Any ideas?
Thanks
A
Example
Object Name Object ID Index Id index desctipion
NULL 820913996 1 CLUSTERED INDEX
NULL 1317579732 1 CLUSTERED INDEX
NULL 286676119 1 CLUSTERED INDEX