sqlrestore streams a mysqldump-format .sql (or .sql.gz) file straight into the mariadb client, skipping the structure and data of any tables you name on the command line. It never loads the dump into ...
-- This script creates the stored procedure sp_RestoreGene, which queries msdb database backup history and database file details in master -- to build and return RESTORE DATABASE commands as its ...