Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4?1?,SQL Server 2014????(General Availability)?
SQL Server 2014?????????,???????????????????????,??????????????????????????,???????????????????????????????????????,?????????????????????
?????SQL Server 2014??????:
??????,????,Windows Azure??????SQL Server???(VM)??(Image)?????,???????????RTM??????:
Windows Azure????????????????:
· ???(Entperprise)
· ?????(DataWarehousing)
· ???(Standard)
· Web?
?SQL Server 2014?Windows Azure???,?????????,???:
????:
· ??????
· ?????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)