Please advice how can i setup automated database backup in my SQL Server 2012.
I need to take all databases (currently it contains only 3 ) in SQL server an automated weekly backup which runs on Every Friday at 0100 h (1 AM). These back up files (*.bak) should be placed in E:\Backups folder.
To get started, copy the following PowerShell into the editor of your choice and configuring the variables for your purposes. To obtain the logical and physical file names for the source and target databases: From Object Explorer in SQL Server Management Studio: Right click on source database.
In Microsoft SQL Server Management Studio
, open the Object Explorer
and then:
Management > Maintenance Plans
New Maintenance Plan...
Toolbox
panelBack Up Database Task
For the configuration of the backup schedule, you just need to follow the wizard and define what you want. If you need more information, i suggest you to go on the official website of Microsoft: Create a Full Database Backup
Hope this will help you
Check this opensource backup windows service MFSQLBackupService, it did a great job for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With