Key SQL Azure Database Differences

SQL Server DBAs and developers should find working with SQL Azure Database similar in many ways to working with SQL Server. However, there are notable differences. For high availability, SQL Azure keeps three copies of every database. These copies may be on other geographically dispersed SQL Azure servers.

Most SQL Server T-SQL statements, data types, and system stored procedures are supported in SQL Azure. However, there are some common features that your current applications may incorporate that SQL Azure doesn't support. Features not supported by SQL Azure Database include

  • SQLCLR
  • geospatial data types
  • image, text, and ntext data type
  • user-defined data types
  • Windows authentication
  • the USE statement
  • the OPENQUERY and OPENROWSET statements
  • the BACKUP and RESTORE statements
  • support for accessing system tables

Notably, SQL Azure supports these data types: xml; the new date, time, and datetime2; and varbinary(max). For more information SQL Azure and T-SQL, refer to the complete SQL Azure T-SQL Reference.

Discuss this Article 2

mostafa_ufollow
on May 17, 2011
this information is false the link you put to msdn reference is saying the opposite u say not support image ,ntext,spatil datatypes no it supports the all and review the link : http://msdn.microsoft.com/en-us/library/ee336233.aspx
horving
on Jun 9, 2010
This is just the beginning.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottOur Experts will show you:
• Common SQL Server
Problems
• Best Practices for T-SQL
• SQL Server Integration
Services
• Database Development

Come See Michael Otey & Tim Ford in Person!

Early Registration Now Open

From the Blogs
May 21, 2013
blog

A Common Misconception about MAXDOP

Out of the box, SQL Server is (and has been) able to take advantage of multiple processors/cores without any effort on behalf of administrators....More
May 9, 2013
blog

My ISO 8601-Compliant Signature 2

My family recently just "officially" announced that we're in the process of adopting a child from South Africa. We're quite excited, of course, but there's a ton of paperwork to do—along with the need for gobs of signatures....More
May 8, 2013
blog

Use SSIS for ETL from Hadoop

In this blog post, Mark Kromer walks you through using SSIS as a way to use ETL techniques using Microsoft's Hadoop on Windows (HDInsight) as a source using Hive connectors...More
SQL Server Pro Forums

Get answers to questions, share tips, and engage with the SQL Server community in our Forums.