SQL Server

Some Plans Are Wider Than Others

Execution Plans, SQL Server
0
Using the publicly available Stack Overflow database (the 100GB 2016/03 version), here’s an execution plan for an update statement: The Narrow Plan (click to see PasteThePlan details) It’s a pretty simple query – it just scans the Posts table looking for any post with PostTypeId = 8, and then updates a single field for the first 250…
Read More

[Video] Office Hours 2016/12/21 (With Transcriptions)

This week, Erik and Richie discuss latency, partition tables, SOS_SCHEDULER_YIELD, alerts, nolock, and what people look for in Senior DBA. Here’s the video on YouTube: You can register to attend next week’s Office Hours, or subscribe to our podcast to listen on the go. Enjoy the Podcast? Don’t miss an episode, subscribe via iTunes, Stitcher or RSS.…
Read More

GroupBy Registration is Open for 3 More Days

GroupBy Conference, SQL Server
0
GroupBy is a new community-driven conference where your voting picks the lineup. Here’s the sessions you chose: Friday January 13th: 8AM Eastern: SQL Server 2016: It Just Runs Faster with Bob Ward 9:30: SQL Server and PowerShell: Let’s Get Serious with Drew Furgiuele 11:00: Keep It Simple, Make It Fast: The SQL Server Strategy at…
Read More

Availability Groups: More Planned Downtime for Less Unplanned Downtime

I often hear companies say, “We can never ever go down, so we’d like to implement Always On Availability Groups.” Let’s say on January 1, 2016, you rolled out a new Availability Group on SQL Server 2014. It’s the most current version available at the time, and you deploy Service Pack 1, Cumulative Update 4 (released…
Read More