Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/Azure_Synapse_Toolbox
Repository of tools/queries for managing and monitoring Azure Synapse.
https://github.com/microsoft/Azure_Synapse_Toolbox
Last synced: 2 months ago
JSON representation
Repository of tools/queries for managing and monitoring Azure Synapse.
- Host: GitHub
- URL: https://github.com/microsoft/Azure_Synapse_Toolbox
- Owner: microsoft
- License: mit
- Created: 2018-10-01T18:30:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T15:18:00.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:12:17.260Z (5 months ago)
- Language: TSQL
- Homepage:
- Size: 13.9 MB
- Stars: 288
- Watchers: 25
- Forks: 117
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-synapse - microsoft/Azure_Synapse_Toolbox - Tools/queries for managing and monitoring Azure Synapse. (Repositories / Tools & Samples)
README
# Azure Synapse Toolbox
![CSELogo.png](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/Collateral/CSELogo.png)The Azure Synapse Toolbox is a place for useful tools and scripts to help you manage and monitor Azure Synapse Analytics.
# Training Resources
### Blogs
[Historical Dashboards for Dedicated Pool](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/historical-monitoring-dashboards-for-azure-synapse-dedicated-sql/ba-p/3725322)
[Monitoring Serverless Query History](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/monitoring-synapse-serverless-sql-pool-query-history/ba-p/3710423)
[Create Alerts for your Dedicated SQL Pool](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/create-alerts-for-your-synapse-dedicated-sql-pool/ba-p/3773256)### Videos
[Azure Synapse Analytics Youtube Channel](https://www.youtube.com/@AzureSynapse/featured)
# Overview
### Azure Resource Graph QueriesThe Azure Resource Graph queries assist with gathering Azure tenant inventory for Azure resources related to Azure Synapse Analytics. They are intended to aid cost optimization, general inventory needs, normalizing or standardization of configuration, and more.
### Distribution Advisor
The Distribution Advisor (DA) feature of Azure Synapse SQL analyzes customer queries and recommends the best distribution strategies for tables to improve query performance. Queries to be considered by the advisor can be provided by the customer or pulled from historic queries available in DMV. See [Microsoft documentation](https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/distribution-advisor) for more information
![DistributionAdvisorRecommendations.png](Collateral/Screenshots/DistributionAdvisorRecommendations.png "Distribution Advisor")
### Log Analytics Queries
Helpful KQL queries for querying diagnostic data that has been sent to Log Analytics for your serverless and dedicated SQL pools.
### Monitor Workbooks
In-depth, interactive workbooks for exploring monitoring data for your Serverless and Dedicated SQL Pools, Synapse Spark Pools, Synapse Pipelines, and ADLS storage.
![SynapsePipelineWorkbook1](Collateral/Screenshots/SynapsePipelineWorkbook1.png)
### PowerBI
PowerBI templates to monitor your Synapse Dedicated SQL Pool. PowerBI has the ability to query the front-end of your SQL endpoint as well as the back-end Log Analytics data so you can build powerful reports.
### Synapse Analyzer
The Azure Synapse Analyzer Report was created to help you identify common issues that may be present in your database that can lead to performance issues. This report focuses on known best practices that Microsoft has identified with SQL Dedicated Pools. Following these best practices will help to get the best performance out of your solution. The Azure Synapse Best Practice Analyzer Report should help give you insights into the health of your database. We will continue to update the report to call out defined best practices that Microsoft has defined.
![Tables with Issues](Synapse_Analyzer/Synapse_BPA_Report/img/Tables-with-Issues.png "Tables with Issues")
### Synapse Toolkit
The Synapse Toolkit is a set of stored procedures that help investigate
current activity on your Synapse Dedicated SQL Pool. sp_status is the overall
summary procedure that calls various other procedures to provide a picture
of current activity. Use the detail_command columns to deep dive into a
particular session, query, or wait.List of SPs currently included:
- sp_status
- sp_concurrency
- sp_requests
- sp_reqeusts_detail
- sp_sessions
- sp_sessions_detail
- sp_waits
- sp_waits_detail
- sp_datamovement![sp_status_screenshot.png](Collateral/Screenshots/SynapseToolkit/sp_status_screenshot.png "Synapse Toolkit")
### TSQL Queries
Helpful queries for managing and monitoring various aspects of your Dedicated SQL Pool.
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.