When talking about SQL Azure the common complain 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 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 standalong 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.
Reference: Pinal Dave (
http://blog.SQLAuthority.com
)
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.
Pingback: SQL SERVER – Weekly Series – Memory Lane – #032 | Journey to SQL Authority with Pinal Dave