Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Dead Blocks on a server

Author  Topic 

kumarich1
Yak Posting Veteran

99 Posts

Posted - 2008-10-30 : 08:54:32
Hi,


I have a scenario , if dead blocks occur on database1 does this impact anything on the applications running on different database on the same server or none.

Thanks

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2008-10-30 : 10:17:50
It should have no effect unless the deadlocks are happening in the system databases.

If you want to trace your deadlocks, see this:

http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/tracingdeadlocks/1324/

Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-10-30 : 10:45:00
you can also use this:
http://weblogs.sqlteam.com/mladenp/archive/2008/07/18/Immediate-deadlock-notifications-without-changing-existing-code.aspx

_______________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.1 out!
Go to Top of Page
   

- Advertisement -