barbaravaldez eb4b901bf7 Remove .DS_Store 5 年之前
..
Big-Data-Clusters eb4b901bf7 Remove .DS_Store 5 年之前
README.md e7b4ea7441 Update README.md 6 年之前

README.md

SQL Server Troubleshooting Notebooks

Looking for guidance on troubleshooting common SQL Server issues? Look no further! In this folder you will find various notebooks that you can use in Azure Data Studio to guide you through the steps necessary to troubleshoot and resolve some of the most common issues in SQL Server.

BPCheck.ipynb - This notebook checks SQL Server in scope for some of most common skewed Best Practices and performance issues. More details about BPCheck can be found here.

whatsup_diagnostic_queries.ipynb - This notebook contains a set of diagnostic queries that helps understand what's up with your SQL Server/Azure SQL Database and get all sorts of useful troubleshooting information such as: a snapshot on running sessions/requests, current blocking information, etc. More information about the Whats Up diagnostic queries can be found here.