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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# SQL Server 2019 Feature Notebooks
2
2
In this folder, you will find various notebooks that you can use in [Azure Data Studio](https://docs.microsoft.com/sql/azure-data-studio/what-is) to guide you through the new features of SQL Server 2019.
3
3
4
-
The [What's New](https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-sql-server-ver15?view=sql-server-ver15) article covers all the *NEW* features in SQL Server 2019.
4
+
The [What's New](https://docs.microsoft.com/sql/sql-server/what-s-new-in-sql-server-ver15) article covers all the *NEW* features in SQL Server 2019.
5
5
6
6
## Notebook List
7
7
### Intelligent Query Processing
@@ -18,12 +18,12 @@ The [What's New](https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-s
18
18
***[MemoryOptmizedTempDBMetadata-Python.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/in-memory-database/memory-optimized-tempdb-metadata/MemoryOptmizedTempDBMetadata-Python.ipynb)** - This is a Python notebook which shows the benefits of Memory Optimized Tempdb metadata.
19
19
20
20
### Availability
21
-
***[Basic_ADR.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/accelerated-database-recovery/basic_adr.ipynb)** - In this notebook, you will see how fast rollback can now be with Accelerated Database Recovery. You will also see that a long active transaction does not affect the ability to truncate the transaction log.
21
+
***[Basic_ADR.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/accelerated-database-recovery/basic_adr.ipynb)** - In this notebook, you will see how fast long-running transaction rollback can now be with Accelerated Database Recovery. You will also see that a long active transaction does not affect the ability to truncate the transaction log.
22
22
***[Recovery_ADR.ipynb](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/accelerated-database-recovery/recovery_adr.ipynb)** - In this example, you will see how Accelerated Database Recovery will speed up recovery.
23
23
24
24
### Big Data, Machine Learning & Data Virtualization
25
25
***[SQL Server Big Data Clusters](https://github.com/microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters/SQL2019BDC/notebooks)** - Part of our **[Ground to Cloud](https://aka.ms/sqlworkshops)** workshop. In this lab, you will use notebooks to experiment with SQL Server Big Data Clusters (BDC), and learn how you can use it to implement large-scale data processing and machine learning.
26
-
***[Data Virtualization using PolyBase](https://github.com/microsoft/sqlworkshops/tree/master/sql2019workshop/sql2019wks/08_DataVirtualization/sqldatahub)** - The notebooks in this SQL Server 2019 workshop covers how to use SQL Server as a hub for data virtualization for sources like Oracle, SAP HANA, Azure CosmosDB, SQL Server and Azure SQL Database.
26
+
***[Data Virtualization using PolyBase](https://github.com/microsoft/sqlworkshops/tree/master/sql2019workshop/sql2019wks/08_DataVirtualization/sqldatahub)** - The notebooks in this SQL Server 2019 workshop cover how to use SQL Server as a hub for data virtualization for sources like [Oracle](https://github.com/microsoft/sqlworkshops/tree/master/sql2019lab/04_DataVirtualization/sqldatahub/oracle), [SAP HANA](https://github.com/microsoft/sqlworkshops/tree/master/sql2019lab/04_DataVirtualization/sqldatahub/saphana), [Azure CosmosDB](https://github.com/microsoft/sqlworkshops/tree/master/sql2019lab/04_DataVirtualization/sqldatahub/cosmosdb), [SQL Server](https://github.com/microsoft/sqlworkshops/tree/master/sql2019lab/04_DataVirtualization/sqldatahub/sql2008r2) and [Azure SQL Database](https://github.com/microsoft/sqlworkshops/tree/master/sql2019lab/04_DataVirtualization/sqldatahub/azuredb).
27
27
28
28
***[Spark with Big Data Clusters](https://github.com/microsoft/sql-server-samples/tree/master/samples/features/sql-big-data-cluster/spark)** - The notebooks in this folder cover the following scenarios:
0 commit comments