added link in readme.md

This commit is contained in:
t-saste 2020-07-20 14:11:52 -07:00
parent 009d58bd45
commit 4922a6ae76
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,11 @@
Job Graph events can be used to identify bottlenecks in data refreshes by highlighting the critical path. For instances of Analysis Services not running on-premise, the graph is broken into 16 Kb chunks, each in their own event. The events can be reassembled with this script. Job Graph events can be used to identify bottlenecks in data refreshes by highlighting the critical path. For instances of Analysis Services not running on-premise, the graph is broken into 16 Kb chunks, each in their own event. The events can be reassembled with this script.
## Requirements
* Python 3.8 or later
* Visual Studio
## Usage ## Usage
1. Start a trace in SQL Server Profiler and select "Job Graph Events". 1. Start a trace in SQL Server Profiler and select "Job Graph Events".

View File

@ -22,6 +22,9 @@ BISM Normalizer is a schema diff tool for tabular models
## [UsqlScripts](https://github.com/Microsoft/Analysis-Services/tree/master/UsqlScripts) ## [UsqlScripts](https://github.com/Microsoft/Analysis-Services/tree/master/UsqlScripts)
Sample U-SQL scripts that demonstrate how to process a TPC-DS data set in Azure Data Lake. Sample U-SQL scripts that demonstrate how to process a TPC-DS data set in Azure Data Lake.
## [ASJobGraph](https://github.com/Microsoft/Analysis-Services/tree/master/ASJobGraphEvents)
Python script to reassemble job graph events from Anlysis Services.
## Code of Conduct ## Code of Conduct
This project has adopted the [Microsoft Open Source Code of This project has adopted the [Microsoft Open Source Code of
Conduct](https://opensource.microsoft.com/codeofconduct/). Conduct](https://opensource.microsoft.com/codeofconduct/).