From 60edf5f39297ef4c3c130c8eb68ac4b472072100 Mon Sep 17 00:00:00 2001 From: Sergio Govoni Date: Fri, 24 May 2024 15:01:19 +0200 Subject: [PATCH] Update the sample title --- samples/manage/README.md | 2 +- samples/manage/polybase/external-table/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/manage/README.md b/samples/manage/README.md index adf3291c..47701537 100644 --- a/samples/manage/README.md +++ b/samples/manage/README.md @@ -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. diff --git a/samples/manage/polybase/external-table/README.md b/samples/manage/polybase/external-table/README.md index 79e03bb5..670b1c22 100644 --- a/samples/manage/polybase/external-table/README.md +++ b/samples/manage/polybase/external-table/README.md @@ -1,7 +1,7 @@ ![](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.