Browse Source

Update README.md

Creating list of troubleshooting notebooks.
Amit Banerjee 6 years ago
parent
commit
3bb01ad4fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Troubleshooting-Notebooks/README.md

+ 2 - 0
Troubleshooting-Notebooks/README.md

@@ -1,2 +1,4 @@
 # SQL Server Troubleshooting Notebooks
 # 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](https://docs.microsoft.com/sql/azure-data-studio/what-is) to guide you through the steps necessary to troubleshoot and resolve some of the most common issues in SQL Server.
 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](https://docs.microsoft.com/sql/azure-data-studio/what-is) to guide you through the steps necessary to troubleshoot and resolve some of the most common issues in SQL Server.
+
+**[BPCheck.ipynb](https://github.com/microsoft/tigertoolbox/blob/master/BPCheck/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](https://github.com/microsoft/tigertoolbox/tree/master/BPCheck).