So we use ola's solution for backups. Currently running into an issue with t-log backups where if sql fails on the 'restore verifyonly' part - it creates a dump and sql freezes during that time which we are trying to avoid, msft is looking into the issue.
I can disable verify option, but i am looking to see if there is a way to run it from a different non-prod server...
Ola creates different folders for the dbs, each having the 'log' folder for .trn's.
so i am just thinking if anyone else has done this before, somehow i want to give the main backup folder location to the solution , which should then go in and get the .trn filenames and maybe do a restore verifyonly .... i know its a bit complicated and could be messy, but just wanted to see if someone has implemented something similar, thanks.