The SQL Server Diagnostic (Jupyter) Book
2022TL; DR
A magic book for your troubleshooting
Session Details
The SQL Server Diagnostic Book is a collection of public and self-made notebooks for troubleshooting SQL Server.
Notebooks are a tool used for years in the Data Science field, they're starting to getting popular in the SQL Server community too thanks to the feature being implemented in Azure data studio.
My goal was to give to all my fellow consultants and DBAs another way to troubleshoot our beloved SQL Servers, hence I've created a Jupyter book in order to provide people an organized notebook toolbelt.
As the name implies, a jupyter book is no other than a collection of notebooks (and markdown files) that groups everything in a coherent space, with an index and navigation options alike.
The book Contains:
- Glenn Berry’s Diagnostic Scripts
- The First Responders Kit Notebook (samples & installation)
- SQL Assessment API Notebooks
- Some Tiger Toolbox Notebooks
- sp_whoisactive installation and basic documentation notebooks
- sp_pressure_detector as a Notebook