Search Results for “failover cluster”

Can I Offload DBCC CHECKDB To Another Server?

You want to check for corruption, but you don’t want to slow down your primary production server. In this post, I’m specifically talking about offloading the corruption checking process. I’m not talking about doing corruption checking on both the primary and other servers – that’s wonderful, and if you’re doing that, you should hug yourself. You’re doing…
Read More

05. What Triggers Parameter Sniffing Emergencies, Part 1

The biggest problem with parameter sniffing isn’t that SQL Server can produce different plans. The real problem is that the plans change unexpectedly, seemingly out of nowhere, with. no advanced warning. However, armed with an understanding of what triggers plans to be evicted from the cache, you can start to predict when these emergencies will…

Read More

Server Power Changed

“This server is powered by an Etch-a-Sketch, what?” In SQL ConstantCare®, we keep an eye on how much power your SQL Server has: how many CPU cores it has, and how much memory it has. When those numbers change, we alert you because – well, sometimes it’s a good thing, and sometimes it’s a bad…
Read More

What’s New in SQL Server 2019: 100% Demos

Want to learn more? Check out my recent SQL Server 2019 posts. You haven’t installed SQL Server 2019 yet, and you don’t want to sit through a bunch of slides. You want to see a series of real-world demos focusing on the features of SQL Server 2019 that will make your users happier with as…
Read More
Office Hours Podcast

[Video] Office Hours 2018/12/5 (With Transcriptions)

Videos
0
This week, Tara and Richie discuss deletes on heaps, Docker, using containers in production environment, advice for new DBA, downgrading server hardware, agent jobs, setting SQL Memory Min and Max to the same value, how to prove CPU pressure to management using the Power BI report using sp_Blitz, corruption, patching, backups, sargability, and more. Here’s…
Read More
Office Hours Podcast

[Video] Office Hours 2018/10/10 (With Transcriptions)

Videos
0
This week, Brent, Tara, and Richie discuss splitting large database files across multiple files, security auditing solutions, what Brent is currently teaching at the client location, SQL Server in containers, heap index maintenance, contained databases, extended events, the difference between a junior and Senior DBA, page file sizing, and more. Here’s the video on YouTube:…
Read More

Building SQL ConstantCare®: The Database

SQL ConstantCare
10 Comments
I bet, dear reader, that this is the post you’ve been really curious about in my behind-the-scenes posts. Back in the post about the data we collect, you may remember that our initial goal was to analyze high-priority issues like missing backups or corruption check, priority boost on, offline NUMA nodes, etc. To do that,…
Read More

[Video] Office Hours 2017/12/13 (With Transcriptions)

Videos
1 Comment
This week Tara, Erik, and Richie discuss virtualization, replication & mirroring, switching SQL service logins to an AD account, temporal tables, tempdb issues, migrating from SQL 2015, and Richie’s outdoor adventures in “Breath of the Wild.” Here’s the video on YouTube: You can register to attend next week’s Office Hours, or subscribe to our podcast to listen…
Read More

[Video] Office Hours 2017/07/19 (With Transcriptions)

SQL Server, Videos
0
This week, Erik and Richie discuss performance tuning, relativity, Always On Availability Groups, parameter sniffing, technical debt, unit testing, deadlocks, testing storage performance, and more… 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…
Read More

Corruption 2: DBCC CHECKDB for VLDBs

2 Comments
“All they know is that a database has exploded” the news reporter will say grimly, staring into the camera while a ticker rolls across the bottom of the screen announcing over and over again that (YOUR NAME HERE) has lost several terabytes of irreplaceable data. Family heirloom data. For charity. Orphans. Big-eyed baby animals who…
Read More