mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Adding example for OPTIMIZE_FOR_SEQUENTIAL_KEY
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ECHO OFF
|
||||
rd /s /q %temp%\output
|
||||
"ostress.exe" -E -S.\SQL2019 -dSequentialKeySampleDB -Q"EXEC usp_InsertLogRecord" -mstress -quiet -n1 -r1 | FINDSTR "Cantfindthisstring"
|
||||
rd /s /q %temp%\output
|
||||
"ostress.exe" -E -S.\SQL2019 -dSequentialKeySampleDB -Q"EXEC usp_InsertLogRecord" -mstress -quiet -n256 -r250 | FINDSTR "QEXEC Starting Creating elapsed"
|
||||
Reference in New Issue
Block a user