Skip to content

Commit 5ccbd00

Browse files
authored
Adding sample notebook link
1 parent fe5360f commit 5ccbd00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

samples/features/sql2019notebooks/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ In this folder, you will find various notebooks that you can use in [Azure Data
44
The [What's New](https://docs.microsoft.com/sql/sql-server/what-s-new-in-sql-server-ver15) article covers all the *NEW* features in SQL Server 2019.
55

66
## Notebook List
7+
### Notebooks
8+
* **[SampleTSQLNotebook.ipynb](https://github.com/microsoft/azuredatastudio/blob/master/samples/notebookSamples/SampleTSQLNotebook.ipynb)** - This is a great place to start if you're curious about what notebooks are and how you can create your own notebooks in Azure Data Studio.
9+
710
### Intelligent Query Processing
811
* **[Scalar_UDF_Inlining.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/intelligent-query-processing/notebooks/Scalar_UDF_Inlining.ipynb)** - This notebook demonstrates the benefits of Scalar UDF Inlining along with how to find out which UDFs in your database can be inlined.
912
* **[Table_Variable_Deferred_Compilation.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/intelligent-query-processing/notebooks/Table_Variable_Deferred_Compilation.ipynb)** - In this notebook, you will learn about Table Variable Deferred Compilation which benefit the performance of queries that use table variables on SQL Server 2019.

0 commit comments

Comments
 (0)