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.
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/ |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
|
|
|