简体   繁体   中英

sql server database backup

I am having my sql server which is almost 10 GB of data in server A . and I need to get it through a backup restored in server B . however , the problem is that server A and server B are both in USA and i am in asia , and hosting company is asking me for $100 for that transfer , is there a way that i can make the backup between them quickly ? Note : I have sql server management studio to both servers .

Their suggested solution is that i download the database and reupload it , but that seems extremely hard and very long process.

Did you check the size of the log file (database properties, files, check the log file size)?

If it is taking most of the total space, you might opt to backup locally (just in case), change the the recovery model to simple, compact the database, backup it and this way might be of a size far more manageable for the transfer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM