Skip to content

Commit 6d9ecf2

Browse files
authored
Update best-practice-with-the-query-store.md
1 parent f4cd169 commit 6d9ecf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/performance/best-practice-with-the-query-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Best practices with Query Store"
33
description: Learn best practices for using SQL Server Query Store with your workload, such as using the latest SQL Server Management Studio and Query Performance Insight.
44
ms.custom: ""
5-
ms.date: "09/01/2021"
5+
ms.date: "12/03/2021"
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-database"
88
ms.technology: performance
@@ -398,7 +398,7 @@ Consider the following options:
398398
- Set QUERY_CAPTURE_MODE to AUTO to automatically filter out ad-hoc queries with small resource consumption.
399399

400400
> [!TIP]
401-
> When using an Object-Relational Mapping (ORM) solution such as Entity Framework (EF), application queries like manual LINQ query trees or certain raw SQL queries may not be parameterized, which impacts plan re-use and the ability to track queries in the Query Store. For more information, see [EF Query caching and parameterization](/ef/core/performance/advanced-performance-topics#query-caching-and-parameterization) and [EF Raw SQL Queries](/ef/core/querying/raw-sql).
401+
> When using an Object-Relational Mapping (ORM) solution such as Entity Framework (EF), application queries like manual LINQ query trees or certain raw SQL queries may not be parameterized, which impacts plan re-use and the ability to track queries in the Query Store. For more information, see [EF Query caching and parameterization](/ef/core/performance/advanced-performance-topics) and [EF Raw SQL Queries](/ef/core/querying/raw-sql).
402402
403403
## <a name="Drop"></a> Avoid a DROP and CREATE pattern for containing objects
404404

0 commit comments

Comments
 (0)