English 中文(简体)
页: 1
原标题:SQL Azure Backups

是否有任何人以良好方式支持LQ数据库?

这两种办法似乎都是SSIS或BCP。 信息社会首脑会议认为,它需要一个当地安装的2008年5月的MSQ。 英国广播公司认为比喻更有希望,但我已经找到了使用它的例子。

最佳回答

我用BCP,并接受其工作。 它只是想去做背书/备用表格,但Ill则用背书,直到Microsoft带上适当的“King”号,本应是2010年上半年。

备份:

bcp mydb.dbo.customers out customers.dat -n -U user@azureserver -P pass -S tcp:azureserver.database.windows.net

恢复:

bcp mydb.dbo.customers in customers.dat -n -U user@azureserver -P pass -S tcp:azureserver.database.windows.net
问题回答

在项目审查委员会09上,他们宣布了“Sch”公司,这是一次早期的预览,目的是让你在服务器上与“AQ”服务器保持Sync。

就维护等数据库备份而言,当然这是你为管理“管理系统”支付的部分服务。

sync框架小组就与数据合成和本地的行文相关的若干问题拥有博客——

I m 采用www.sqlscripter.com,生成插入/更新数据稿(摘录我的当地版)。 不是免费的(共有的),而是值得尝试的。





相关问题
Copying data from STDOUT to a remote machine using SFTP

In order to backup large database partitions to a remote machine using SFTP, I d like to use the databases dump command and send it directly over using SFTP to a remote location. This is useful when ...

Loop Stored Procedure in VB.Net (win form)

I am trying to run a for loop for a backup system and inside that i want to run a SP that will loop. Below is the code that does not work for me.. Any ideas please? Dim TotalTables As Integer Dim i ...

How do I copy a database in SQL Server 2000?

How do I create a new database that is an exact copy of an existing one in SQL Server 2000? For example, I have an existing database DB1. I wish to create a new database named DB2 that is the exact ...

页: 1

是否有任何人以良好方式支持LQ数据库?

SQL Server 2008 Auto Backup

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, ...

热门标签