Azcopy is the command line utility release by Windows Azure Storage team to help move the file from your own storage to the Microsoft Storage.
The latest release is 2.5 when this post is written. You can download it from here http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/08/azcopy-2-5-release.aspx
AZCOPY \\Sgc4\c$\Database\MSSQL12.SGC4SQL2014\MSSQL\Backup https://sqlpanda001.blob.core.windows.net/backup AdventureWorksDW2014* /destKey:Q7BGnWJGR1obq4ON697wiIunzGpLxpldpvS7iXH1YkNLh02FpVEpGDBXAVX92+fS7FRsrl2Qkr19bjIeOeVcAA== /blobtype:page
Use case: Migrate DATABASE to Azure
Instead using Wizard like http://www.sqlpanda.com/2014/10/sql-server-2014-cloud-enhancements-4.html . We can move the database backup file to Azure and restore it into SQL Server instance host in the Azure VM.
Reference
http://azure.microsoft.com/en-us/documentation/articles/storage-use-azcopy/
0 comments:
Post a Comment