Re: row vs page locking...
From: ben brugman (ben_at_niethier.nl)
Date: 09/07/04
- Next message: Keith Kratochvil: "Re: Startup SP"
- Previous message: Andras Jakus: "RE: Permissons Question"
- In reply to: Kalen Delaney: "Re: row vs page locking..."
- Next in thread: Kalen Delaney: "Re: row vs page locking..."
- Reply: Kalen Delaney: "Re: row vs page locking..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Sep 2004 14:05:59 +0200
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: Keith Kratochvil: "Re: Startup SP"
- Previous message: Andras Jakus: "RE: Permissons Question"
- In reply to: Kalen Delaney: "Re: row vs page locking..."
- Next in thread: Kalen Delaney: "Re: row vs page locking..."
- Reply: Kalen Delaney: "Re: row vs page locking..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|