Get-DbaDbLogShipError
Sander Stad (@sqlstad), sqlstad.nl
Get-DbaDbLogShipError View Source Sander Stad (@sqlstad), sqlstad.nl Windows, Linux, macOS Synopsis Retrieves log shipping error details from msdb to troubleshoot failed backup, copy, and restore operations Description Queries the log shipping monitor error detail table in msdb to return comprehensive error information when log shipping operations fail. Identifies which specific action failed (backup on primary, copy, or restore on secondary) along with session details and error messages. Saves time by consolidating error details from both primary and secondary instances into a single view, so you don’t have to manually query multiple system tables.
Read more
dbatools