How can I backup a remote SQL Server database to a local drive?

前端 未结 23 1567
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 16:20

I need to copy a database from a remote server to a local one. I tried to use SQL Server Management Studio, but it only backs up to a drive on the remote server.

Som

23条回答
  •  悲哀的现实
    2020-11-30 17:15

    yone way you could take a backup from a remote SQL Server instance to your local drive, given the following condition is met:

    1. You have a shared folder on your local drive.
    2. the shared folder is accessible from the SQL Server box.

    Now when specifying the backup command, use the shared folder path when specifying the disk option.

提交回复
热议问题