I will make your #SQLServer faster in exchange for money.
https://linktr.ee/darlingdata
Darling Data
Loading...
ZAG > IST (time travel) > NYC
Is “title of my memoirs” still a joke we do? youtu.be/9LzO-pASuzA?...
NYC > DUB > ZAG
Pre-cons for PASS Summit West are official 🎉
I'm teaching a full day: "T-SQL That Doesn't Suck: Solving Performance and Concurrency Problems."
#PASSDataSummit
passdatacommunitysummit.com/west/pre-con...
Episode 312: I'm sure they're angry and white doingtheirbest.com/312
Performance Monitor: Free SQL Server Monitoring That Doesn’t Phone Home
I spend a lot of time on this blog talking about tools. Some of them are good. Some of them are overhyped on LinkedIn. This one is neither overhyped nor underpowered. It's the real deal. Performance Monitor is a free,…
Performance Studio: A Cross-Platform SQL Server Execution Plan Analyzer
You have a slow query. You pull the execution plan in SSMS. You stare at the arrows. Some are thick, some are thin. There's a yellow triangle somewhere. You're pretty sure the problem is "in there," but translating a ShowPlan…
Watch full rally highlights and exclusive onboard videos at https://www.rally.tv
For latest news, live timing and championship standings, visit https://www.wrc.com
Buy WRC merchandise here:…
I spend a lot of time on this blog talking about tools. Some of them are good. Some of them are overhyped on LinkedIn. This one is neither overhyped nor underpowered. It's the real deal. Performance Monitor is a free, open-source SQL Server monitoring tool built by Erik Darling of Darling Data. MIT-licensed. No telemetry. No cloud dependency. Your data stays on your server and your machine.
www.sqlserverscience.com
You have a slow query. You pull the execution plan in SSMS. You stare at the arrows. Some are thick, some are thin. There's a yellow triangle somewhere. You're pretty sure the problem is "in there," but translating a ShowPlan XML tree into actionable tuning advice requires experience that takes years to build. Performance Studio is a free, open-source execution plan analyzer built by…
What's new ProtectSession (1.0) First public release of a per-session blocking watchdog. You run it from a separate connection, point it at a session_id you care about, and it KILLs anyone blocking...