Skip to content

Commit a7a06f9

Browse files
author
Amit Banerjee
authored
Update README.md
1 parent 60be1ec commit a7a06f9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

samples/features/sql2019notebooks/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ The [What's New](https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-s
77
### Intelligent Query Processing
88
* **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.
99

10-
### Security Notebooks
10+
### Security
1111
* **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.
1212
* **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.
1313

14+
### In-Memory Database
15+
* **MemoryOptimizedTempDBMetadata-TSQL.ipynb** - This is a T-SQL notebook which shows the benefits of Memory Optimized Tempdb metadata.
16+
* **MemoryOptmizedTempDBMetadata-Python.ipynb** - This is a Python notebook which shows the benefits of Memory Optimized Tempdb metadata.
17+

0 commit comments

Comments
 (0)