You can now access the SQL Server Diagnostic Book remotely!

Table of Contents

UPDATE: This is now somewhat deprecated, because you can install the Book as an extension, without having to type anything, as detailed here .

Good news everyone, thanks to the Azure Data Studio August 2020 update you can now access the SQL Server Diagnostic Book without having to download the book from my Github.

Remote Jupyter Books have been added to ADS, now you just need to click “Add Remote Jupyter Book” in the Notebooks blade and insert my GitHub repository URL, like so:

Launch of books picker

Be sure to click the “Search” button after inserting the Repository URL

Here the URL for your Copy/Paste convenience: repos/EmanueleMeazzo/tsql.tech-Code-snippets

I’ve updated the book’s notebooks with the latest versions, of course, here’s the list of included Notebooks:

As always, if you want to see anything else in the Book, just hit me up with your request :)

comments powered by Disqus

Related Posts

A clarification on the waitstat: SOS_SCHEDULER_YIELD

Are you one of the people that says “we have a CPU related issue” whenever it sees SOS_SCHEDULER_YIELD popping up?

Read More

Load data directly in SQL Server from a xlsx file, without OLEDB or Excel, using Powershell

I don’t know you, but people from other BU are old fashioned guys that do everything by hand, and then send you an Excel file to “put this data in the database” or “find info related to this codes”.

Read More

How to use Grafana (on docker) to monitor your SQL Server (eventually on docker too) - feat. InfluxDB and Telegraf

In this container-centric era to complement my SQL Server instance on docker (previous articles here ) I’ve looked over containerized monitoring solutions, and chose Grafana as my first candidate; spoiler: everything is simple once you’ve figured out how this stuff works, which can be not trivial for a Windows Guy (like me)

Read More