You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/automatic-tuning/force-last-good-plan/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To run this sample, you need the following prerequisites.
41
41
## Run this sample
42
42
43
43
### Setup code
44
-
1. Download [T-SQL script files in sql-scripts](sql-scripts) folder. Optionally you can clone this repository using [Git for Windows](http://www.git-scm.com/), or download the zip file.
44
+
1. Download [two T-SQL script files in sql-scripts](sql-scripts) folder if you want to use just T-SLQ sample. Optionally you can clone this repository using [Git for Windows](http://www.git-scm.com/), or download the zip file.
45
45
2. Download the [WideWorldImporters](../../../databases/wide-world-importers) database and restore it on your server.
46
46
3. Execute setup.sql script on your [WideWorldImporters](../../../databases/wide-world-importers) database that will add necessary stored procedures and indexes.
47
47
@@ -52,6 +52,7 @@ To run this sample, you need the following prerequisites.
52
52
open project using Visual Studio 2015 U3, or Visual Studio Code, compile and run sample.
53
53
54
54
<aname=sample-details></a>
55
+
## Sample Details
55
56
56
57
This sample demonstrates how SQL Server 2017 analyzes workload, keep track about the last good
57
58
plan that successfully executed the query in the past, and reverts regressed plan if it is worse that the last known good plan.
0 commit comments