From 2a75218d907d8c9e748ab3657dcca67abb52c8d7 Mon Sep 17 00:00:00 2001 From: Ben Thul Date: Sun, 2 Feb 2020 18:19:35 -0800 Subject: [PATCH 1/2] Update location of PSS article on sampling --- docs/t-sql/statements/update-statistics-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/t-sql/statements/update-statistics-transact-sql.md b/docs/t-sql/statements/update-statistics-transact-sql.md index b0de5a22054..050321fc4f2 100644 --- a/docs/t-sql/statements/update-statistics-transact-sql.md +++ b/docs/t-sql/statements/update-statistics-transact-sql.md @@ -105,7 +105,7 @@ Starting with [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)], sampling of dat For most workloads, a full scan is not required, and default sampling is adequate. However, certain workloads that are sensitive to widely varying data distributions may require an increased sample size, or even a full scan. -For more information, see the [CSS SQL Escalation Services blog](https://blogs.msdn.com/b/psssql/archive/2010/07/09/sampling-can-produce-less-accurate-statistics-if-the-data-is-not-evenly-distributed.aspx). +For more information, see the [CSS SQL Escalation Services blog](https://docs.microsoft.com/en-us/archive/blogs/psssql/sampling-can-produce-less-accurate-statistics-if-the-data-is-not-evenly-distributed). RESAMPLE Update each statistic using its most recent sample rate. From f27b24366c62c9dbaaf43f78bdd8611d5153e3a5 Mon Sep 17 00:00:00 2001 From: Shannon Leavitt Date: Mon, 3 Feb 2020 14:29:03 +0400 Subject: [PATCH 2/2] Update update-statistics-transact-sql.md Removed en-us to make URL locale agnostic --- docs/t-sql/statements/update-statistics-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/t-sql/statements/update-statistics-transact-sql.md b/docs/t-sql/statements/update-statistics-transact-sql.md index 050321fc4f2..5b2cb68923e 100644 --- a/docs/t-sql/statements/update-statistics-transact-sql.md +++ b/docs/t-sql/statements/update-statistics-transact-sql.md @@ -105,7 +105,7 @@ Starting with [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)], sampling of dat For most workloads, a full scan is not required, and default sampling is adequate. However, certain workloads that are sensitive to widely varying data distributions may require an increased sample size, or even a full scan. -For more information, see the [CSS SQL Escalation Services blog](https://docs.microsoft.com/en-us/archive/blogs/psssql/sampling-can-produce-less-accurate-statistics-if-the-data-is-not-evenly-distributed). +For more information, see the [CSS SQL Escalation Services blog](https://docs.microsoft.com/archive/blogs/psssql/sampling-can-produce-less-accurate-statistics-if-the-data-is-not-evenly-distributed). RESAMPLE Update each statistic using its most recent sample rate.