Update the sample title

This commit is contained in:
Sergio Govoni
2024-05-24 15:01:19 +02:00
parent e37dd54657
commit 60edf5f392
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ This Solution Quick Start provides a solution for a Software-as-a-Solution (SaaS
## Windows Containers
This includes samples for setting up mssql-server in Windows Containers. Currently it only includes a link to the separately maintained [mssql-docker](https://github.com/Microsoft/mssql-docker/blob/master/windows/README.md) instructions.
## Handling UPDATE STATISTICS error on SQL Server PolyBase external tables
## Handling UPDATE STATISTICS on SQL Server PolyBase external tables
[This sample](https://github.com/microsoft/sql-server-samples/tree/master/samples/manage/polybase/external-table/README.md) describes an option to update statistics on SQL Server PolyBase external tables.
@@ -1,7 +1,7 @@
<!-- Always leave the MS logo -->
![](https://github.com/microsoft/sql-server-samples/blob/master/media/solutions-microsoft-logo-small.png)
# Handling UPDATE STATISTICS error on SQL Server PolyBase external tables
# Handling UPDATE STATISTICS on SQL Server PolyBase external tables
This sample describes an option to update statistics on SQL Server PolyBase external tables.