The BACKUP DATABASE
statement is used in SQL Server to create a full back up of an existing SQL database.
Syntax
BACKUP DATABASE databasename
TO DISK = 'filepath';
TO DISK = 'filepath';
Practice Excercise Practice now
The BACKUP DATABASE
statement is used in SQL Server to create a full back up of an existing SQL database.
Practice Excercise Practice now