Skip to content

Commit a542aea

Browse files
authored
Update README.md
1 parent 40ac807 commit a542aea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/features/sql2019notebooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The [What's New](https://docs.microsoft.com/sql/sql-server/what-s-new-in-sql-ser
66
## Notebook List
77
### Intelligent Query Processing
88
* **[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.
9-
* **[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 example, you will learn about the new cardinality estimation for Table Variables called Deferred Compilation.
9+
* **[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.
1010
* **[Batch_Mode_on_Rowstore.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/intelligent-query-processing/notebooks/Batch_Mode_on_Rowstore.ipynb)** - In this notebook, you will learn about how Batch Mode for Rowstore can help execute queries faster on SQL Server 2019.
1111
* **[Memory_Grant_Feedback.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/intelligent-query-processing/notebooks/Memory_Grant_Feedback.ipynb)** - In this notebook, you will learn about how Memory Grant Feedback for Batch mode and Row mode can help execute queries faster on SQL Server 2019.
12-
* **[Approximate_QP.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/intelligent-query-processing/notebooks/Approximate_QP.ipynb)** - In this notebook, you will learn about the new area of approximate query processing.
12+
* **[Approximate_QP.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/intelligent-query-processing/notebooks/Approximate_QP.ipynb)** - In this notebook, you will learn about the new area of approximate query processing on SQL Server 2019.
1313

1414
### Security
1515
* **[TDE_on_Standard.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/security/tde-sql2019-standard/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.

0 commit comments

Comments
 (0)