Auto-scaling is a feature that dynamically adjusts the amount of compute and storage resources allocated to your Azure SQL Database based on current workloads. This capability ensures that your database can handle varying loads efficiently, providing better performance and cost management. Auto-scaling in Azure SQL Database is not a native feature, but it can be implemented using Azure's powerful ...
[More]
Today, I managed daily operation to backup my database into a bacpac file. Bacpac is another version data structure on SQL Server. it is just like .bak on casual SQL Server but more compatible with the SQL Azure. Bacpac in SQL Azure is stored on Blob Storage. Blob (Binary Large Object) is a storage model that support for high capacity files such as multimedia file, document, or even database backu...
[More]
This three minutes video will show you how to migrate your SQL Server 2012 to SQL Azure.
After watching this video you should care some detail of the migration such as
SQL Azure have no support on View and SQL Assembly so make sure you remove it before migration process
SQL Azure migration doesn’t connect your application directly with SQL Azure, Be sure to link the resources on your ...
[More]
Problem
You want to move your Windows Azure solution Web Site from your subscriptions to the others
Solution
Solution A. Make Sure it has same service administrator
If you have a same service administrator email between your source subscription and the target subscription, you just contact the support to move the web for you. For example, my subscription A used my
[email protected] and my target subs...
[More]