mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
6 lines
332 B
Batchfile
6 lines
332 B
Batchfile
ECHO OFF
|
|
rd /s /q %temp%\output
|
|
"ostress.exe" -E -S. -dAdventureWorks2016_EXT -Q"EXEC usp_InsertLogRecord" -mstress -quiet -n1 -r1 | FINDSTR "Cantfindthisstring"
|
|
rd /s /q %temp%\output
|
|
"ostress.exe" -E -S. -dAdventureWorks2016_EXT -Q"EXEC usp_InsertLogRecord" -mstress -quiet -n256 -r250 | FINDSTR "QEXEC Starting Creating elapsed"
|