Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pmasl committed Nov 8, 2019
2 parents 65bbec2 + b4a78b7 commit e3dc5ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Troubleshooting-Notebooks/Big-Data-Clusters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SQL Server 2019 Big Data Clusters Troubleshooting Notebooks
This folder contains notebooks related to troubleshooting common issues and tasks related to Big Data Clusters.

* **[hdfs-kerberos-tester.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/hdfs-kerberos-tester/hdfs-kerberos-tester.ipynb)** - Notebook for troubleshooting HDFS Kerberos connections. More details about this toolset can be found [here](https://github.com/microsoft/sql-server-samples/tree/master/samples/manage/hdfs-kerberos-tester).
6 changes: 6 additions & 0 deletions Troubleshooting-Notebooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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.

**[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).

**[whatsup_diagnostic_queries.ipynb](https://github.com/microsoft/tigertoolbox/blob/master/usp_WhatsUp/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](https://github.com/microsoft/tigertoolbox/tree/master/usp_WhatsUp).

0 comments on commit e3dc5ac

Please sign in to comment.