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: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,10 @@ Parameters you can use:
304
304
*@LoginName: If you want to filter to a specific login.
305
305
*@EventSessionPath: If you want to point this at an XE session rather than the system health session.
306
306
307
+
Known issues:
308
+
309
+
* If your database has periods in the name, the deadlock report itself doesn't report the database name correctly. [More info in closed issue 2452.](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/2452)
310
+
307
311
308
312
[*Back to top*](#header1)
309
313
@@ -349,10 +353,7 @@ Parameters include:
349
353
*@HoursBack -- How many hours into backup history you want to go. Should be a negative number (we're going back in time, after all). But if you enter a positive number, we'll make it negative for you. You're welcome.
350
354
*@MSDBName -- if you need to prefix dbo.backupset with an alternate database name.
351
355
*@AGName -- If you have more than 1 AG on the server, and you don't know the listener name, specify the name of the AG you want to use the listener for, to push backup data. This may get used during analysis in a future release for filtering.
352
-
*@RestoreSpeedFullMBps --[FIXFIX] Brent can word this better than I can
353
-
*@RestoreSpeedDiffMBps -- Nothing yet
354
-
*@RestoreSpeedLogMBps -- Nothing yet
355
-
356
+
*@RestoreSpeedFullMBps, @RestoreSpeedDiffMBps, @RestoreSpeedLogMBps -- if you know your restore speeds, you can input them here to better calculate your worst-case RPO times. Otherwise, we assume that your restore speed will be the same as your backup speed. That isn't likely true - your restore speed will likely be worse - but these numbers already scare the pants off people.
356
357
*@PushBackupHistoryToListener -- Turn this to 1 to skip analysis and use sp_BlitzBackups to push backup data from msdb to a centralized location (more the mechanics of this to follow)
357
358
*@WriteBackupsToListenerName -- This is the name of the AG listener, and **MUST** have a linked server configured pointing to it. Yes, that means you need to create a linked server that points to the AG Listener, with the appropriate permissions to write data.
358
359
*@WriteBackupsToDatabaseName -- This can't be 'msdb' if you're going to use the backup data pushing mechanism. We can't write to your actual msdb tables.
0 commit comments