Skip to content

Commit 8279712

Browse files
author
Rob Sewell (Contractor)
committed
2 parents a4f3515 + 02a68ae commit 8279712

File tree

101 files changed

+49862
-2095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+49862
-2095
lines changed

README.md

+43
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,46 @@ This will hold the Jupyter Notebooks and work with Binder
44
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SQLDBAWithABeard/JupyterNotebooks/master?urlpath=lab)
55

66
This repo holds the Azure Data Studio and .NET interactive notebooks
7+
8+
There are a number of notebooks in this repository split into two types
9+
10+
## Jupyter .NET interactive Notebooks
11+
12+
These can be found in the [following folder](notebooks/dotNETNotebooks). To run these notebooks will require installing Anaconda, dotnet interactive following the instructions at https://sqldbawithabeard.com/2020/02/07/new-net-notebooks-are-here-powershell-7-notebooks-are-here/
13+
14+
They are all dotnet PowerShell Notebooks
15+
16+
There are notebooks to explore dbatools making use of some docker containers
17+
18+
- [Introduction](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbatools/01-Introduction.ipynb)
19+
- [Backups and Restore](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbatools/02-BackupsRestores.ipynb)
20+
- [Availability Groups](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbatools/03AvailabilityGroups.ipynb)
21+
- [Logins and Users](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbatools/04-LoginsAndUsers.ipynb)
22+
- [Extended Events](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbatools/05-ExtendedEvents.ipynb)
23+
- [Agent Jobs](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbatools/06-AgentJobs.ipynb)
24+
25+
and dbachecks using the same container image
26+
27+
- [Introduction](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbachecks/01-dbachecks-Intro.ipynb)
28+
- [Quick Examples](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbachecks/02-dbachecks-Quick%20Examples.ipynb)
29+
- [Simple Configurations](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbachecks/03-dbachecks%20-%20Simple%20configurations.ipynb)
30+
- [Saving Configurations](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbachecks/04-dbachecks-SavingConfigurations.ipynb)
31+
- [Creating Power Bi](https://github.com/SQLDBAWithABeard/JupyterNotebooks/blob/master/notebooks/dotNETNotebooks/dbachecks/05%20-%20Creating%20the%20PowerBi.ipynb)
32+
33+
as well as some generic PowerShell ones and Azure
34+
35+
## Azure Data Studio Notebooks
36+
37+
These require Azure Data Studio and will install python and required packages on first start.
38+
39+
There are SQL and PowerShell notebooks split into various directories
40+
- [Agent](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Agent)
41+
- [Audit](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Audit)
42+
- [Azure](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Azure)
43+
- [Brent Ozar scripts](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Brent%20Ozar)
44+
- [dbachecks](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/dbachecks)
45+
- [Extended Events](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Extended%20Events)
46+
- [OS](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/OS)
47+
- [Query Store](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Query%20Store)
48+
- [SSIS](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/SSIS)
49+
- [Statistics](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Statistics)

0 commit comments

Comments
 (0)