You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/sql2019notebooks/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ The [What's New](https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-s
7
7
### Intelligent Query Processing
8
8
***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.
9
9
10
-
### Security Notebooks
10
+
### Security
11
11
***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.
12
12
***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.
13
13
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.
0 commit comments