20 reputation
5
bio website
location Blacksburg, VA
age
visits member for 1 year, 3 months
seen May 14 at 19:20
stats profile views 6

Apr
30
awarded  Commentator
Apr
30
comment Deadlock : Behaviour of NOLOCK
@JonSeigel : my bad for posting misleading comment. What I meant is ... for two concurrent transaction NOLOCK table level lock are trying get XCLUSIVE table level lock for INSERT at the same time. But then.. how is it different from SELECT without any NOLOCK hint ?
Apr
30
comment Deadlock : Behaviour of NOLOCK
Looks like UPDLOCK is better. Will post the deadlock graph as soon as I get it. Will help me understand the situation.
Apr
30
comment Deadlock : Behaviour of NOLOCK
@JonSeigel : Came across such solutions.. Was just wondering if NOLOCK table level lock is getting converted to XCLUSIVE table level lock for INSERT considering the table size.. and thus the deadlock.
Apr
30
asked Deadlock : Behaviour of NOLOCK
Feb
18
accepted Execution of sequential delete and uncommitted read
Feb
17
comment Execution of sequential delete and uncommitted read
@MartinSmith So.. SELECT (NOLOCK) will not ignore the locks caused by DELETE and will begin execution only after DELETE is committed ? Then probably error is because of some other query as we are not running more than one instance of DELETE ... SELECT parallely acting on same rows.
Feb
17
awarded  Supporter
Feb
17
asked Execution of sequential delete and uncommitted read
Jun
22
accepted Cannot fetch the rowset from OLE DB provider “SQLNCLI” for linked server X
Jun
22
awarded  Editor
Jun
22
revised Cannot fetch the rowset from OLE DB provider “SQLNCLI” for linked server X
added 247 characters in body
Jun
22
comment Cannot fetch the rowset from OLE DB provider “SQLNCLI” for linked server X
The query fetches rows from linked servers to another server. There are many reads which are happening on the linked at the same time. My concern is that could concurrent reads be an on linked server ?
Jun
22
comment Cannot fetch the rowset from OLE DB provider “SQLNCLI” for linked server X
I understand that there is a deadlocked resource. However, this deadlock problem happens only after I get the linked server error.
Jun
22
asked Cannot fetch the rowset from OLE DB provider “SQLNCLI” for linked server X
Feb
14
awarded  Student
Feb
14
awarded  Scholar
Feb
13
asked Effect on performance on retrieval of image column from a table with half a billion records on remote server