Execute the BACKUP DATABASE statement to create the full database backup, specifying:
- The name of the database to back up.
- The backup device where the full database backup is written.
BACKUP DATABASE
AdventureWorks
TO DISK =
'C:\Backups\AdventureWorks.BAK'
No comments:
Post a Comment