Re: row vs page locking...
From: Kalen Delaney (replies_at_public_newsgroups.com)
Date: 09/08/04
- Next message: Sue Hoegemeier: "Re: how do I view the transaction log file?"
- Previous message: Alex Cheng: "how do I view the transaction log file?"
- In reply to: ben brugman: "Re: row vs page locking..."
- Next in thread: ben brugman: "Re: row vs page locking..."
- Reply: ben brugman: "Re: row vs page locking..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Sep 2004 18:24:04 -0700
Hi Ben
Did I miss something in this thread? I thought it was just talking about
whether SQL Server really did row locking.
If you want to start a new thread, that's fine. But give it a specific
subject so it's easier to track.
Thanks!
-- HTH ---------------- Kalen Delaney SQL Server MVP www.SolidQualityLearning.com "ben brugman" <ben@niethier.nl> wrote in message news:u$K3dLNlEHA.3712@TK2MSFTNGP15.phx.gbl... > Hello Kalen, > > Although I have read the Inside and > the Hands-On SQL server 2000 Troubleshooting :Locking and Blocking. > > The last several times and specific for locking and blocking caused > by selects only. I must say I never found a clear indication that > a select on a single row in one table could be 'causing' a deadlock. > (In combination with another transaction doing updates on that > one single row). > > If that is in your book or Hands-On, it would be a help if you could > point this out to me. > > Thanks for your books, > greetings, > ben brugman > > > > "Kalen Delaney" <replies@public_newsgroups.com> wrote in message > news:#sS#MsClEHA.1652@TK2MSFTNGP09.phx.gbl... >> So reread the locking chapter! >> :-) >> >> -- >> HTH >> ---------------- >> Kalen Delaney >> SQL Server MVP >> www.SolidQualityLearning.com >> >> >> "Randall Sell" <randall@bytewise.nospam.com.au> wrote in message >> news:RUR_c.20882$D7.8300@news-server.bigpond.net.au... >> > Thanx Kalen. You book actually sits next to my desk 24/7 :) >> > >> > -randall >> > >> > Kalen Delaney wrote: >> > >> > > Hi Randall >> > > >> > > The complete storage engine was rewritten for SQL Server 7. I worked > for >> the >> > > Sybase Corporation for many years (starting with their version 2), in >> > > training and tech support, and I taught the high-end performance > tuning >> and >> > > internals classes. >> > > >> > > When I started working with MS SQL Server, the architectures were > almost >> > > identical and the smallest unit of locking was the page. But when SQL > 7 >> came >> > > out, almost everything had to be relearned from an core engine >> perspective. >> > > Yes, there is true row level locking. >> > > >> > > Maybe the person you heard was referring to a pseudo-row-locking >> introduced >> > > in SQL Servfer 6.5, but that was just because they couldn't rewrite > the >> > > whole engire for that version. For SQL 7, they did. >> > > >> > > I even wrote a book about it. If you want all the gory internal > details, >> > > check out Inside SQL Server 7 and/or Inside SQL Server 2000. >> > > >> >> > >
- Next message: Sue Hoegemeier: "Re: how do I view the transaction log file?"
- Previous message: Alex Cheng: "how do I view the transaction log file?"
- In reply to: ben brugman: "Re: row vs page locking..."
- Next in thread: ben brugman: "Re: row vs page locking..."
- Reply: ben brugman: "Re: row vs page locking..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|