command backs AdventureWorks2012

Backup Remote Sql Server Database To Local Drive

Remote SQL Server databases can be backed up to local drives on the same server or on different servers. The process of backing up a remote database to a local drive is the same as backing up a local database. The only difference is that the backup files must be transferred to the local drive.

There are several ways to back up a remote SQL Server database to a local drive. One way is to use the BACKUP DATABASE command. …