SQL data base copy to remote site

IMRAN 20 Reputation points
2023-12-26T04:34:56.1066667+00:00

SQL data base copy to remote site

we are taking SQL full backup on daily base and our data base size is 800 Gb above , what is the best way to copy SQL data backup to remote site server , right now im using ftp to copy my sql backup files but it taking long time because off the file size.

we are using SQL on primary.

Best Regards,

Imran

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 121.8K Reputation points MVP Volunteer Moderator
    2023-12-26T09:45:48.2433333+00:00

    Are you using compression when you back up the file? That could reduce the size of the file.

    Depending on what you want to achieve, there are a couple of more alternatives:

    • Only ship a full backup once a week, and differential backups the rest of the week.
    • Do log shipping, and copy all your transaction-log backups to the remote site.
    • Set up Transactional Replication for a continuous copying.

    All these methods come with their pros and cons, and which is the best for you depends on your requirements.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-12-26T06:35:22.2+00:00

    Hi @IMRAN

    Here is a same thread which has list several ways to do that.

    You may kindly take a reference there.

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

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.