Skip to content

Commit 5bdfe43

Browse files
authored
Merge pull request #9824 from pmasl/patch-530
Update cardinality-estimation-sql-server.md
2 parents c745cd7 + bca2854 commit 5bdfe43

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/relational-databases/performance/cardinality-estimation-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,6 @@ WHERE s.ticket = r.ticket AND
290290
[Optimizing Your Query Plans with the SQL Server 2014 Cardinality Estimator](https://msdn.microsoft.com/library/dn673537.aspx)
291291
[Query Hints](../../t-sql/queries/hints-transact-sql-query.md)
292292
[USE HINT Query Hints](../../t-sql/queries/hints-transact-sql-query.md#use_hint)
293+
[Upgrading Databases by using the Query Tuning Assistant](../../relational-databases/performance/upgrade-dbcompat-using-qta.md)
293294
[Monitoring Performance By Using the Query Store](../../relational-databases/performance/monitoring-performance-by-using-the-query-store.md)
294295
[Query Processing Architecture Guide](../../relational-databases/query-processing-architecture-guide.md)

docs/relational-databases/performance/upgrade-dbcompat-using-qta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: pelopes
2020
manager: amitban
2121
---
2222
# Upgrading Databases by using the Query Tuning Assistant
23-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
23+
[!INCLUDE[tsql-appliesto-ss2016-asdb-xxxx-xxx-md.md](../../includes/tsql-appliesto-ss2016-asdb-xxxx-xxx-md.md)]
2424

2525
When migrating from an older version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] or newer, and [upgrading the database compatibility level](../../relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md) to the latest available, a workload may be exposed to the risk of performance regression. This is also possible to a lesser degree when upgrading between [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] and any newer version.
2626

0 commit comments

Comments
 (0)