From a7a06f9ef9a5296aa306b304897c66212fbf5749 Mon Sep 17 00:00:00 2001 From: Amit Banerjee Date: Wed, 30 Oct 2019 13:55:31 -0700 Subject: [PATCH] Update README.md --- samples/features/sql2019notebooks/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/features/sql2019notebooks/README.md b/samples/features/sql2019notebooks/README.md index 5d9e7281..ebe66e46 100644 --- a/samples/features/sql2019notebooks/README.md +++ b/samples/features/sql2019notebooks/README.md @@ -7,7 +7,11 @@ The [What's New](https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-s ### 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 +### Security * **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. * **TDE_on_Standard_EKM.ipynb** - This notebook demonstrates the ability to enable TDE on a SQL Server 2019 Standard Edition using EKM and Azure Key Vault. +### In-Memory Database +* **MemoryOptimizedTempDBMetadata-TSQL.ipynb** - This is a T-SQL notebook which shows the benefits of Memory Optimized Tempdb metadata. +* **MemoryOptmizedTempDBMetadata-Python.ipynb** - This is a Python notebook which shows the benefits of Memory Optimized Tempdb metadata. +