BACKUP DATABASE
The BACKUP DATABASE
command is used in SQL Server to create a full back up of an existing SQL database.
The following SQL statement creates a full back up of the existing database “testDB” to the D disk: Continue reading SQL BACKUP DATABASE Keyword