Author: Kendra Little

My goal is for you to understand your SQL Server’s behavior– and learn how to change it. When I’m not figuring out the solutions to your database problems, you’ll find me at user group meetings in Portland, Oregon. I also love to draw.

SQL Server First Responders Kit Video

When your SQL Server is critically injured you need a first responder kit to help you diagnose the problem and apply emergency aid. In this session, Kendra Little introduces you to invaluable tools and techniques for triaging an emergency. If you have one year’s experience with database administration, this half-hour session will set you up to triage like a pro.

Read more about SQL Server First Responders Kit Video 7 comments — Join the discussion
T-SQL & Development

Data Driven Promotions: How DBAs and Developers Should Ask for a Raise

The Women in Technology lunch and panel discussion at the PASS Summit last week had a great topic: negotiation. When it came time to Q & A, I knew exactly what topic I wanted to introduce. How Should You Prepare to Ask for a Raise? It’s funny this was my question, because I don’t need to…

Read more about Data Driven Promotions: How DBAs and Developers Should Ask for a Raise 27 comments — Join the discussion
Performance Tuning

Kendra Little Explains How to Design Smarter Indexes

How do you know which indexes to create to improve your database performance? Microsoft Certified Master Kendra Little shows you how to find a missing index, decide on the best index definition, and measure the usefulness of your new index. If you know the basics of what a database index does and want to learn the smart way to design indexes, this talk is for you.

Read more about Kendra Little Explains How to Design Smarter Indexes 23 comments — Join the discussion
Performance Tuning

Even Simple Changes Can Cause Trouble: A Tale of TempDb

I recently presented to the Salem Oregon SQL Server user group. During my visit I heard an interesting story: once upon a time in a land not so far way, a high severity production incident was caused by adding an additional data file to the tempdb database. Multiple Tempdb Data Files: Commonly Recommended Using multiple database…

Read more about Even Simple Changes Can Cause Trouble: A Tale of TempDb 34 comments — Join the discussion
Performance Tuning

Five Ways to Fight Blocking Video

What do *you* do when your database has a problem with blocking? Most people reach for the “NOLOCK” hint. Bad news: that may introduce other problems, and it doesn’t truly resolve the root problem in your application code. In this video Kendra Little summarizes five big-picture application changes that fight blocking long term.

This 300 level talk is designed for developers and DBAs who understand table structures, index structures, and common query patterns. We're going to keep things general: no demos, just concept discussions.

Read more about Five Ways to Fight Blocking Video 16 comments — Join the discussion