SQL Server 2014正式上市(General Availability),在Windows Azure虚拟机(VM)可以同步使用

4?1?,SQL Server 2014????(General Availability)?

SQL Server 2014?????????,???????????????????????,??????????????????????????,???????????????????????????????????????,?????????????????????

?????SQL Server 2014??????:

clip_image001

??????,????,Windows Azure??????SQL Server???(VM)??(Image)?????,???????????RTM??????:

clip_image002

Windows Azure????????????????:

· ???(Entperprise)

· ?????(DataWarehousing)

· ???(Standard)

· Web?

?SQL Server 2014?Windows Azure???,?????????,???:

clip_image003

????:

· ??????

· ?????SQL Server???????????Windows Azure Blob????,??:

CREATE CREDENTIAL mystoragecred

WITH IDENTITY = ‘mystorage',

SECRET = ‘<your storage access key>

BACKUP DATABASE mydb TO URL ='https://mystorage.blob.core.windows.net/backup-container/mydb-20130411.bak'

WITH CREDENTIAL = ‘mystoragecred',
FORMAT, COMPRESSION, STATS = 5,

MEDIANAME = ‘mydb backup 20130411', MEDIADESCRIPTION = 'Backup of mydb'

· ???8????????(Secondary Server)

clip_image004