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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ The [What's New](https://docs.microsoft.com/sql/sql-server/what-s-new-in-sql-ser
6
6
## Notebook List
7
7
### Intelligent Query Processing
8
8
***[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.
10
10
***[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.
11
11
***[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.
13
13
14
14
### Security
15
15
***[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