When talking about SQL Azure the common complaint I hear is that the script generated from stand-along SQL Server database is not compatible with SQL Azure. This was true for some time for sure, but not any more. If you have SQL Server 2008 R2 installed you can follow the guideline below to generate a script which is compatible with SQL Azure.
As above images are very clear I will not write more about them. SQL Azure does not support filegroups. Let us generate script for any table created on PRIMARY filegroup for stand-alone SQL Server and compare it with the script generated for SQL Azure.
You can clearly see that there is no filegroup in the code generated for SQL Azure. Give it a try and please your comment here about what do you think about the same.
Azure services are made up of networks, drives, servers, etc. all hosted by Microsoft to provide scalable, on-demand services. This architecture comes with many positive attributes, but there are trade-offs when compared to an on premise solution.
Azure has an advantage in cost, deployment time, reduction in administrative and management overhead and Azure can be used to easily scale up or down depending on the needed workload. However, as stated, the underlying infrastructure is hosted. As an administrator, you do not have the same level of control over the individual components and there is less opportunity for deeper performance tuning operations as there are four on premise servers. Azure hardware is commodity hardware meant for scaling out and handling many applications.
Reference: Pinal Dave (https://blog.sqlauthority.com)
10 Comments. Leave new
What is this SQL Azure? I tried to google it and read it.But could not understood properly.
Hi Pinal,
i follow your articles it’s very nice.
do you have any article on Transaction isolation levels which
will give me a brief explanation about isolation with example.
READ UNCOMMITTED
READ COMMITTED
REPEATABLE READ
SERIALIZABLE
SNAPSHOT
thanks in Advance
Satish
Hello,
I have installed sql server 2008 R2 Express Edition. but I could not find “Script for SQL Azure Database” option. How can I do this?
How can I generate the script via a command line? (this solution uses the GUI interface) thx in advance..
– bt
Hello
Can you tell me how to do this using cmd prompt?
Hi
It seems like azure is a trim down version of sql servers Can any one tell about because encryption and other basic restricting features are not supported in azure.
Is this supposed to work for a “change” script, as opposed to scripting the entire DB? I’m trying to do a change script, and have changed my scripting options setting, but it’s not respecting what I changed it to. Seems like it may only work for scripting an entire DB. Anyone know how to get this working? Thanks.
Can I generate database script, with “sql script”, if I want to save database changes
Perfect, It work for me in a DB of 20MB
Thanks you very much, it worked very well