On Mon, 2026-01-26 at 16:01 +0000, [email protected] wrote: > Is there a way to implement the SQL Server command 'BACKUP DATABASE'?
Probably not. What does it do? > Is there a way to see the restores performed on a database? Maybe your backup system has a log? > Is there an equivalent table to msdb.dbo.restorehistory in SQL Server? Judging from the name, no. > Is there a way to implement an equivalent if one doesn't exist? I don't think so. Different database management system work in different ways, sorry. Yours, Laurenz Albe
