Show the database name not just dbid in the Lock Details of a Deadlock alert
I've got to do the extra step of:
SELECT name,dbid
FROM master..sysdatabases
to figure out which database the deadlock is referring to... shouldn't have to do this.
71
votes
![](https://secure.gravatar.com/avatar/c51089aba28cc4fad2f15f68cbe7db29?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
Database name is now shown for 2005+ deadlock alerts following the v4 release.
Thanks again for the suggestion and votes.
-
Thanks Blaž, we can confirm this is now shown for 2005+ deadlock alerts.
Adam
-
Blaž Dakskobler commented
This was done in v4.0, wasn't it?
-
Hi,
Thanks for your feedback. We would definitely try to improve this.
Thanks,
Priya