Install-DbaMaintenanceSolution,dbatools
The below cmdlet Install-DBAMaintenanceSolution will Ola Hallengren Maintenance soluction for SQLServer databases.
-AutoScheduleJobs WeeklyFull parameter will schedule Fully backps weekly once, DIFF backp on Daily and Log backup every 15 minutes.
Install-DbaMaintenanceSolution ` -SqlInstance "RAMESH\UAT" ` -Database DBAMainteance ` -BackupLocation D:\Maintenance\Backup ` -Verbose ` -CleanupTime 72 ` -ReplaceExisting ` -InstallJobs ` -OutputFileDirectory D:\Maintenance\Output ` -AutoScheduleJobs WeeklyFull
Comments