Skip to content

Commit

Permalink
PSP demo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgward committed Jun 5, 2022
1 parent 13f6e05 commit 73df9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/sqlserver2022/IQP/psp/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Here are the steps to demonstrate the new PSP optimization feature for SQL Serve

## Prerequisites

- VM with at least 4 CPUs and 24 Gb RAM
- VM with at least 4 CPUs and 4 Gb RAM
- SQL Server 2022 CTP 2.0
- SQL Server Management Studio (SSMS) Version 19 Preview
- Download ostress.exe from https://www.microsoft.com/en-us/download/details.aspx?id=103126
Expand Down
2 changes: 1 addition & 1 deletion demos/sqlserver2022/IQP/psp/sqlsetup.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.\ostress -E -Q"alter database current set compatibility_level = 150; alter database current set query_store clear;DBCC TRACEON (11091, 12619, -1);" -dWideWorldImporters -q
.\ostress -E -Q"alter database current set compatibility_level = 150; alter database current set query_store clear;" -dWideWorldImporters -q

0 comments on commit 73df9be

Please sign in to comment.