Results 3 issues of Ola Hallengren

I am thinking about moving the SQL Server Maintenance Solution to its own schema. The background for this, is that I am planning to introduce some new objects, and as...

General

I'm working on adding support for file group backup. **Usage:** ``` EXECUTE dbo.DatabaseBackup @Databases = 'WideWorldImporters', @Directory = 'C:\Backup', @BackupType = 'FULL', @Verify = 'Y', @FileGroups = 'WideWorldImporters.USERDATA, WideWorldImporters.USERDATA2', @NumberOfFiles...

DatabaseBackup