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: sql2022workshop/03_BuiltinQueryIntelligence/pspopt/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following is an exercise to learn Parameter Sensitive Plan Optimization in S
12
12
## Setup the exercise
13
13
14
14
1. Create a directory called **c:\sql_sample_databases** to store backups and files.
15
-
2. Download a backup of a customized version of the WideWorldImporters sample database from [https://aka.ms/wwi_pspopt](https://aka.ms/wwi_pspopt)from and copy it into c:\sql_sample_databases directory.
15
+
2. Download a backup of a customized version of the WideWorldImporters sample database from [https://aka.ms/wwi_pspopt](https://aka.ms/wwi_pspopt) and copy it into c:\sql_sample_databases directory.
16
16
17
17
> **Note**: If you try to restore the default sample WideWorldImporters you can use the restorewwi.sql, populatedata.sql and rebuild_index.sql scripts to customize the database for the exercise.
0 commit comments