Wilfred van Dijk
Wilfred van Dijk
Problem and solution are in message: "The table CommandLog is missing. Download https://ola.hallengren.com/scripts/CommandLog.sql."
You're sure this table is in database msdb? (because you ran this from MSDB) the query to detect if the table exists is quite simple: `SELECT * FROM sys.objects objects...
My best guess is that you / somebody else installed a newer version of the scripts in a different database, in this case in MSDB. Anyway, in order to have...
I already implemented your suggestion so the logbackup for the large database runs in a separate job. This database is 4TB in size and is heavily used by several customers...