Hi Luc, I don't see any process for with destination DBID in syslogshold. Consider the above example which you have shared and explained . 1) Is there any way to find out the SPID which is gone through this database A but SPID is currently querying (performing DML only in C database ) 2) In different way , Assume that i would like to LOAD database A . From the sp_who output it will let you that you are in database C. sp_lock will give you B DBID . and consider syslogshold didn't say A database dbid . How will you find out the culprit process without running dbcc_dbreboot command ?? Note : I have read as dbcc_dbreboot undocumented . So i am restricted to execute it : )
↧