Database backup is very important for any organization, this post explains how you can take SQL backup through SQL script.
SQL script help us to take single or multiple database backup in one-shot.
Download SQL full database backup script : SQL Database Backup Script
Description with Script
It is very easy to use, In below query we used cursor to select multiple database name one by one. And we added date time with database backup file name to maintain date wise backup.

SQL full database backup script
Script executed successfully

SQL Database Script
Output of Script
After execution of script output as below

SQL Database Backup output screen
Conclusion
- It is very easy to use.
- We can take multiple database backup from one script.
- Easy to understood.
- we can easily schedule this script for database backup as per your need like weekly or monthly.
Hope you enjoyed the post. Your valuable feedback, question, or comments about this post are always welcome.
Recommended SQL Server Post: