forked from microsoft/tigertoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Microsoft/tigertoolbox
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |