我拥有的Sql服务器在服务器A中几乎有10GB的数据。我需要通过在服务器B中恢复的备份得到它。然而,问题在于服务器A和服务器B同时在美国,我在Asia, 而主机公司要求我100美元来进行这项传输, 是否有办法能迅速在两个服务器之间提供备份?注意:我有两个服务器管理工作室。
他们建议的解决办法是,我下载并重新加载数据库,但这似乎极其困难和漫长的过程。
我拥有的Sql服务器在服务器A中几乎有10GB的数据。我需要通过在服务器B中恢复的备份得到它。然而,问题在于服务器A和服务器B同时在美国,我在Asia, 而主机公司要求我100美元来进行这项传输, 是否有办法能迅速在两个服务器之间提供备份?注意:我有两个服务器管理工作室。
他们建议的解决办法是,我下载并重新加载数据库,但这似乎极其困难和漫长的过程。
您是否检查了“ 强” log 文件 强” (数据库属性、 文件、 日志文件大小) 的大小?
如果它占用了全部空间的大部分, 你可能会选择本地备份( 仅以防万一), 改变回收模式, 简单化, 压缩数据库, 备份它, 这样对于传输来说, 范围可能要大得多。
On a windows mobile unit, the software I m working on relies on a sdf file as it s database. The platform that the software is targeted towards is "less than optimal" and hard resets every once and a ...
I have a mysqldump file of multiple databases (5). One of the database takes a very long time to load, is there a way to either split the mysqldump file by database, or just tell mysql to load only ...
Within Cognos 7.4 security.. one would create an LAE file to export all their users... directions here... http://www.cognos-install.co.uk/articles/backups/access_manager_export_to_lae.asp Now you ...
We have a web application that creates a dynamic PHP page with all the MySQL stored details a user has entered via a number a forms. So far so good, but we want this information stored some how to be ...
I have one stored procedure to backup the database. It will backup metadata as well as data. Is there any option to back up the database with out data. ie, back up only the schema (Empty tables). I ...
We want to have our test servers databases updated from our production server databases on a nightly basis to ensure we re developing on the most recent data. We, however, want to ensure that any fn, ...
I m on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individual tasks. We merge ...
When i try to get a dump of a mysql database, the dump stops when a row in it is updated. How can i prevent that? I already tried following options with no result: -f (forces continu even when error)...