I want to understand how locking works in SQL Server (2005/2008) during select, update, insert and delete operations. Specifically, I want to know if Indexes have anything to do with locking. I mean, having a primary key helping in locking a row rather than entire table etc., Can someone suggest some articles?
Thanks, Gopal