From 60be1ecdffae997a008df28a1323f2c1928d7193 Mon Sep 17 00:00:00 2001 From: Amit Banerjee Date: Wed, 30 Oct 2019 13:49:30 -0700 Subject: [PATCH] Update README.md --- samples/features/sql2019notebooks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/sql2019notebooks/README.md b/samples/features/sql2019notebooks/README.md index 3dba0ad7..5d9e7281 100644 --- a/samples/features/sql2019notebooks/README.md +++ b/samples/features/sql2019notebooks/README.md @@ -4,8 +4,8 @@ In this folder, you will find various notebooks that you can use in [Azure Data The [What's New](https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-sql-server-ver15?view=sql-server-ver15) article covers all the *NEW* features in SQL Server 2019. ## Notebook List -## Intelligent Query Processing -* Scalar UDF Inlining +### Intelligent Query Processing +* **Scalar_UDF_Inlining.ipynb** - Demonstrate the benefits of Scalar UDF Inlining along with how to find out which UDFs in your database can be inlined. ### Security Notebooks * **TDE_on_Standard.ipynb** - This notebook demonstrates the ability to enable TDE on SQL Server 2019 Standard Edition along with Encryption Scan SUSPEND and RESUME.