Skip to content

Commit cff905c

Browse files
committed
Minor fixes in FLGP readme file
1 parent ded45f9 commit cff905c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • samples/features/automatic-tuning/force-last-good-plan

samples/features/automatic-tuning/force-last-good-plan/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To run this sample, you need the following prerequisites.
4141
## Run this sample
4242

4343
### 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.
4545
2. Download the [WideWorldImporters](../../../databases/wide-world-importers) database and restore it on your server.
4646
3. Execute setup.sql script on your [WideWorldImporters](../../../databases/wide-world-importers) database that will add necessary stored procedures and indexes.
4747

@@ -52,6 +52,7 @@ To run this sample, you need the following prerequisites.
5252
open project using Visual Studio 2015 U3, or Visual Studio Code, compile and run sample.
5353

5454
<a name=sample-details></a>
55+
## Sample Details
5556

5657
This sample demonstrates how SQL Server 2017 analyzes workload, keep track about the last good
5758
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

Comments
 (0)