I notice the output from sp_BlitzLock surfaces object_id’s in the query column.
It is a simple matter to decode object_id’s like …
SELECT OBJECT_NAME(SomeNumber);
… where SomeNumber is the object id.
I notice the output from sp_BlitzLock surfaces object_id’s in the query column.
It is a simple matter to decode object_id’s like …
SELECT OBJECT_NAME(SomeNumber);
… where SomeNumber is the object id.