Skip to content

Commit 5807169

Browse files
committed
BrentOzarULTD#1472 sp_BlitzFirst typos in readme
Removing underscores in params. Doing it live in dev branch. Closes BrentOzarULTD#1472.
1 parent b222b25 commit 5807169

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ You can log sp_BlitzFirst performance data to tables and then analyze the result
227227
* @OutputDatabaseName = typically 'DBAtools'
228228
* @OutputSchemaName = 'dbo'
229229
* @OutputTableName = 'BlitzFirst' - the quick diagnosis result set goes here
230-
* @OutputTableName_FileStats = 'BlitzFirst_FileStats'
231-
* @OutputTableName_PerfmonStats = 'BlitzFirst_PerfmonStats'
232-
* @OutputTableName_WaitStats = 'BlitzFirst_WaitStats'
233-
* @OutputTableName_BlitzCache = 'BlitzCache'
230+
* @OutputTableNameFileStats = 'BlitzFirst_FileStats'
231+
* @OutputTableNamePerfmonStats = 'BlitzFirst_PerfmonStats'
232+
* @OutputTableNameWaitStats = 'BlitzFirst_WaitStats'
233+
* @OutputTableNameBlitzCache = 'BlitzCache'
234234

235235
All of the above OutputTableName parameters are optional: if you don't want to collect all of the stats, you don't have to. Keep in mind that the sp_BlitzCache results will get large, fast, because each execution plan is megabytes in size.
236236

0 commit comments

Comments
 (0)