SQL – Backup Methods, Some Cool Scripts
Introduction
Here, I am presenting a new and pretty interesting article about SQL backup techniques. Backup and restore process are an essential and important episode of a database. We all are aware with backup and restore processes of SQL Server. Microsoft SQL Server provides high-performance and easy to use backup and restore capabilities. Backup component of SQL Server provides strong facility by which you can protect your critical data stored in a database. Taking proper backup of a database time-to-time prepares you to respond quickly and easily against any data loss or disaster. So let's find out some cool and easy ways of taking bakup in SQL Server.
Database backup - an introduction
Taking backup using SSMS
BACKUP (Transact-SQL)
Backup of all databases (System & User Databases)
Backup of all user databases
Backup of all system databases
Do you take backups manually?
Conclusion
With full article here : https://www.sqlservercentral.com/articles/Backup/64454/