Blogs

My Session on Isolation Levels in Cleveland on February 5

My Session on Isolation Levels in Cleveland on February 5

on January 27, 2011

A few weeks ago I was talking with a friend about upcoming plans. Without thinking, I said:

“Oh, and I’m going to go to Cleveland to talk about Isolation Levels. And partitioning. In February.”

Continue reading

Internals Matter: Why You Should Check Your Page Verify Settings

Internals Matter: Why You Should Check Your Page Verify Settings

on January 25, 2011

This post is about two things:

1) Your Page Verification Settings are Critical

You should confirm you are running with the correct page verification settings on your SQL Server databases. It’s very important, and I’ll show you why.

2) I Should Attend the Awesome SQLSkills Master Immersion Event - Internals and Performance

My scripts to demo the importance of page verification settings are part of Β my entry to win free registration to the SQLSkills Master Immersion Event on Internals and Performance in February.Β Read more about the training here.

Continue reading

Corrupting Databases for Dummies- Hex Editor Edition

Corrupting Databases for Dummies- Hex Editor Edition

on January 24, 2011

This Post Tells You How To Corrupt a SQL Server Database with a Hex Editor in Gruesome Detail

And that’s all this post tells you. Not how to fix anything, just how to break it.

Continue reading

Read from the Right End of the Index: BACKWARD Scans

Read from the Right End of the Index: BACKWARD Scans

on January 21, 2011

Optimizing queries is the most fun when you don’t need to add indexes. There’s nothing quite so nice as finding a way to make reading data faster, without slowing down writes or creating new data structures that need to be maintained.

Continue reading

Writing a Technical Blog: Why to do it and what to write about

Writing a Technical Blog: Why to do it and what to write about

on January 13, 2011

Recently I read Paul Randal’s ( blog | twitter ) post, “So you want to blog about SQL Server?” and it got me to thinking.

Continue reading

2011: More Nerdy Drawrings (TSQL Tuesday #14)

2011: More Nerdy Drawrings (TSQL Tuesday #14)

on January 11, 2011

This month’sΒ #tsql2sDay is hosted by Jen McCown ( blog | twitter ) and Jen’s question is “What techie resolutions have you been pondering, and why?

Continue reading

Date Rounding Tactics and the Tiny Devil of SMALLDATETIME

Date Rounding Tactics and the Tiny Devil of SMALLDATETIME

on January 6, 2011

With every new year I think a little bit about time and dates. This posts looks a little more at that in TSQL.

Continue reading