JDixon-385826 (10/10/2009)
you can use the NOLOCK hint on select statements or SET the isolation level to read uncommitted
Beware of the consequences too!!
using NOLOCK, you'll read inconsistent data at times. If it's fine with you, you can proceed using this hint in ur select queries...
Check our for correct indexes on your tables to avoid deadlocks...