SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Lock and Connection Management Rss

Refine your search with one of the following additional tags (with number of items):

Maintenance and Management (35)     T-SQL Aids (15)     Index Management (5)     Indexing (1)    
Miscellaneous (26)     Mail (8)     Replication (5)     SQL Server 2000 (1)    
Backup / Restore (15)     SQLInsider Scripts (6)     Data Warehouse (4)    
   Items 1 to 20 of 65    Next 20 >>
 

Blocking

By Kev Riley 2008/05/16 | Category: Lock and Connection Management
Rating: (not yet rated) |  Discuss |  Briefcase | 7 reads

Using Indexes to Bypass Locks

One of the issues you'll face with SQL Server is blocking which is caused by other processes that are holding locks on objects. Until the locks are removed on an object the next process will wait before proceeding. This is a common process that runs within SQL Server to ensure data integrity, but depending on how transactions are run this can cause some issues. Are there ways to get around blocking by using different indexes to cover the queries that may be running?  Read more...
Rating:  Rate this |  Briefcase | 1,955 reads

TopBlocker

Script to log top blocker processes in a database. Top blocker is defined as the process that is at the top of a blocking chain.  Read more...
By Andy W 2007/12/07 | Source: SQLServerCentral.com | Category: Lock and Connection Management
Rating: |  Discuss |  Briefcase | 632 reads
   Items 1 to 20 of 65    Next 20 >>