NOLOCK is bad and you probably shouldn't use it, but every time I mention that publicly, the pushback just keeps coming. I don't know why people so firmly believe that their situation couldn't possibly be affected by bad/random data from NOLOCK.…
NOLOCK is bad and you probably shouldn't use it, but every time I mention that publicly, the pushback just keeps coming. I don't know why people so firmly believe that their situation couldn't possibly be affected by bad/random data from NOLOCK.…
Now they are fast and occasionally fiction.
Row versioning gets you the fast part without the creative writing.
Read Committed Is Cruel by Default: my session at #PASSDataSummit West.
passdatacommunitysummit.com/west/
Now they are fast and occasionally fiction.
Row versioning gets you the fast part without the creative writing.
Read Committed Is Cruel by Default: my session at #PASSDataSummit West.
passdatacommunitysummit.com/west/
Pessimist: The cup is half empty
Database Admin:
SELECT
con.ref "Container Ref",
con.lvl "Level",
--con.type "Type",
steph.fav "Fave?"
FROM home.dbo.s_containers con with (nolock)
left join home.dbo.s_stephen steph on steph.r_id = con.r_id
WHERE
con.type = 'cup'
Pessimist: The cup is half empty
Animation: The cup is off-model by two pixels
Pessimist: The cup is half empty
Editor: The cup feels unearned
Pessimist: The cup is half empty
Database Admin:
SELECT
con.ref "Container Ref",
con.lvl "Level",
--con.type "Type",
steph.fav "Fave?"
FROM home.dbo.s_containers con with (nolock)
left join home.dbo.s_stephen steph on steph.r_id = con.r_id
WHERE
con.type = 'cup'
👏 Joe gets it.
🛑 NOLOCK abuse needs to go.
✅ In a world full of RCSI—be like Joe.
💬 Let’s build code we’re proud of (and that doesn’t read dirty data).
#SQLServer #NOLOCK #RCSI #DataIntegrity #DevLife #SQLHumor #developers #mvpbuzz
👏 Joe gets it.
🛑 NOLOCK abuse needs to go.
✅ In a world full of RCSI—be like Joe.
💬 Let’s build code we’re proud of (and that doesn’t read dirty data).
#SQLServer #NOLOCK #RCSI #DataIntegrity #DevLife #SQLHumor #developers #mvpbuzz
“You deleted 1,342 NOLOCK hints. It was your favorite thing to do!”
“You deleted 1,342 NOLOCK hints. It was your favorite thing to do!”
With talks by @nolock-social.bsky.social, @tinysubversions.bsky.social, and @quillmatiq.com 🤩
It’s possible to participate online, too!
Get your ticket here: lu.ma/wfoprjy7
#DWeb #DWebNode #DWebSeattle #meetup #DWebMeetup #event #Seattle
With talks by @nolock-social.bsky.social, @tinysubversions.bsky.social, and @quillmatiq.com 🤩
It’s possible to participate online, too!
Get your ticket here: lu.ma/wfoprjy7
#DWeb #DWebNode #DWebSeattle #meetup #DWebMeetup #event #Seattle
Prediction: in 20 years or so, collectors will start to actively seek out the "lock" guns.
#smithwesson #smithandwesson #smithandwessonpartner #nolock #38special #357magnum #revolver #revolvers
Prediction: in 20 years or so, collectors will start to actively seek out the "lock" guns.
#smithwesson #smithandwesson #smithandwessonpartner #nolock #38special #357magnum #revolver #revolvers
I have never seen a T-SQL feature that people love as much as NOLOCK. I keep thinking I've written enough blog posts about it, but a client came up with a new one: We use SQL Server 2022's Accelerated Database Recovery, which keeps copies of…
I have never seen a T-SQL feature that people love as much as NOLOCK. I keep thinking I've written enough blog posts about it, but a client came up with a new one: We use SQL Server 2022's Accelerated Database Recovery, which keeps copies of…