I am trying to create a backup schedule in Microsoft SQL Server Management Studio that is creating backups every night of the SQL. (This works) But i want it to create the backup in multiple folders. One local, two on other PCs on the same local domain.
Right now I can´t find a way to create the backup on multiple folder on the local server (have not setup all the PCs yet). Is there any way to do that on one single schedule or do i need to create 3 different ones?
The plan is doing more then only backup, it first do "Check Database Integrity", then "Update Statistics and Clean up History" then the backup is done.
I don´t want to use any 3rd party backup program.