<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0UDQXY7cCp7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999</id><updated>2011-11-27T16:47:50.808-08:00</updated><category term="Introduction" /><category term="WebService" /><category term="CloudDB" /><category term="Microsoft" /><category term="Hosted" /><category term="SQL" /><category term="SQL Services" /><category term="Cloud Computing" /><category term="Database" /><category term="Tools" /><category term="SQL Azure" /><category term="How-To" /><category term="Windows Azure" /><category term="T-SQL" /><category term="Firewall" /><category term="SQLService" /><title>SQL Azure Edge</title><subtitle type="html">Learn, leverage and innovate with SQL Azure. &lt;br&gt; 
-EdgeTech</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://edgetechs.blogspot.com/" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/EdgeTechnologies" /><feedburner:info uri="edgetechnologies" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;D0IFSX8_fCp7ImA9WxNUGEw.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-3054455224642974866</id><published>2009-11-09T16:52:00.000-08:00</published><updated>2009-11-09T17:11:58.144-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-09T17:11:58.144-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tools" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="T-SQL" /><title>Tools and Utilities Support</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vwh6kJq9vgSTJeEl3U7zzRgj_CM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vwh6kJq9vgSTJeEl3U7zzRgj_CM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vwh6kJq9vgSTJeEl3U7zzRgj_CM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vwh6kJq9vgSTJeEl3U7zzRgj_CM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Many of the existing SQL Server tools &amp;amp; utilities can be used with SQL Azure as well. In this post we will provide an overview and in future posts we will take a closer look into these tools &amp;amp; utilities. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;SQLCMD&lt;/b&gt;&lt;br /&gt;
The sqlcmd utility lets you enter TSQL statements, system procedures, and script files at the command prompt, in Query Editor in sqlcmd mode, in a Windows script file, or in an operating system (cmd.exe) job step of a SQL Server Agent job. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;SQL Server Management Studio &lt;/strong&gt;&lt;br /&gt;
SQL Server Management Studio combines graphical tools with a number of rich script editors to provide access to SQL Server to developers and administrators. The SQL Server 2008 R2 November CTP version of SQL Server Management Studio can be used to access, configure, manage and administer SQL Azure. However previous versions of SQL Server Management Studio are not supported.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Scripts Wizard &lt;/strong&gt;&lt;br /&gt;
You can use the Generate and Publish Scripts Wizard to transfer a database from a local computer to SQL Azure. The Generate and Publish Scripts Wizard creates Transact-SQL scripts for your local database and the wizard uses them to publish database objects to SQL Azure. There is a new engine-type parameter for SQL Azure. When you are scripting a database and the destination is SQL Azure, set the engine parameter to SQL Azure so that the Generate and Publish Scripts Wizard creates Transact-SQL that is compatible with SQL Azure.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;SQL Server Integration Services - SSIS&lt;/strong&gt;&lt;br /&gt;
You can transfer data to SQL Azure by using SQL Server 2008 Integration Services (SSIS). As of the SQL Azure October CTP and the SQL Server 2008 R2 November CTP, there have been enhancements made to enable bulk copy support. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;BCP &lt;/strong&gt;&lt;br /&gt;
You can transfer data to SQL Azure by using the bulk copy utility (BCP.exe). The bcp utility bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format. The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;SQL Server Analysis Services - SSAS &lt;/strong&gt;&lt;br /&gt;
On-premise SQL Server Analysis Services can consume data that is stored in SQL Azure, however SQL Server Analysis Services itself is not supported.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;SQL Server Reporting Services - SSRS &lt;/strong&gt;&lt;br /&gt;
On-premise SQL Server Reporting Services can consume data that is stored in SQL Azure, however SQL Server Reporting Services is not supported.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;SQL Server Management Objects - SMO &lt;/strong&gt;&lt;br /&gt;
A partial set of SQL Server Management Objects (SMO) are supported by SQL Azure. If you use one that is not supported, SQL Server will throw an exception.&lt;br /&gt;
&lt;br /&gt;
&lt;div align="left"&gt;&lt;b&gt;Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt;Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt;Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt;SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt;How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt;Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt;SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt;SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/t-sql-features-supported-by-sql-azure.html"&gt;T-SQL Features Supported By SQL Azure&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/tools-and-utilities-support.html"&gt;Tools &amp;amp; Utilities Support &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="visibility: hidden;"&gt;&lt;a href="http://edgetechs.blogspot.com/"&gt;SQL Azure Edge&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://aceinterviews.blogspot.com/"&gt;Ace Your Interviews &lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-3054455224642974866?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/awBfp1pPs9A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/3054455224642974866/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/tools-and-utilities-support.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/3054455224642974866?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/3054455224642974866?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/awBfp1pPs9A/tools-and-utilities-support.html" title="Tools and Utilities Support" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/tools-and-utilities-support.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YBSXoyeip7ImA9WxNUFU4.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-5457005768432721065</id><published>2009-11-06T10:11:00.000-08:00</published><updated>2009-11-06T10:12:38.492-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T10:12:38.492-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="T-SQL" /><title>T-SQL Features Supported by SQL Azure</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rKCqVVdGLDtibGHcQIqohbsVqJg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rKCqVVdGLDtibGHcQIqohbsVqJg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rKCqVVdGLDtibGHcQIqohbsVqJg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rKCqVVdGLDtibGHcQIqohbsVqJg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Transact-SQL is a language that contains commands used to administer instances of SQL Server including creating and managing all objects in an instance of SQL Server, and inserting, retrieving, modifying, and deleting all data in tables. Applications can communicate with an instance of SQL Server by sending Transact-SQL statements to the server. &lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;Transact-SQL is an extension of the language defined in the SQL standards published by the International Standards Organization (ISO) and the American National Standards Institute (ANSI). &lt;br /&gt;
&lt;br /&gt;
Microsoft SQL Azure Database supports a subset of T-SQL for SQL Server. &lt;br /&gt;
The support for T-SQL reference in SQL Azure can be described in three main categories: &lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Transact-SQL language elements that are supported as is. &lt;/li&gt;
&lt;li&gt;Transact-SQL language elements that are not supported. &lt;/li&gt;
&lt;li&gt;Transact-SQL language elements that provide a subset of the arguments and options in their corresponding Transact-SQL elements in SQL Server 2008. &lt;/li&gt;
&lt;/ol&gt;The following sections summarizes the Transact-SQL support provided by SQL Azure:&lt;br /&gt;
&lt;strong&gt;T-SQL Features Supported or Partially supported by SQL Azure :&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Constants&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Constraints&lt;/li&gt;
&lt;li&gt;Cursors&lt;/li&gt;
&lt;li&gt;Index management and rebuilding indexes&lt;/li&gt;
&lt;li&gt;Local temporary tables&lt;/li&gt;
&lt;li&gt;Reserved keywords&lt;/li&gt;
&lt;li&gt;Stored procedures&lt;/li&gt;
&lt;li&gt;Statistics management&lt;/li&gt;
&lt;li&gt;Transactions&lt;/li&gt;
&lt;li&gt;Triggers&lt;/li&gt;
&lt;li&gt;Tables, joins, and table variables&lt;/li&gt;
&lt;li&gt;Transact-SQL language elements such as &lt;/li&gt;
&lt;li&gt;Create/drop databases&lt;/li&gt;
&lt;li&gt;Create/alter/drop tables&lt;/li&gt;
&lt;li&gt;Create/alter/drop users and logins and so on.&lt;/li&gt;
&lt;li&gt;User-defined functions&lt;/li&gt;
&lt;li&gt;Views, including sys.synonyms view &lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;T-SQL Features Not Supported By SQL Azure : &lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Common Language Runtime (CLR)&lt;/li&gt;
&lt;li&gt;Database file placement&lt;/li&gt;
&lt;li&gt;Database mirroring&lt;/li&gt;
&lt;li&gt;Distributed queries&lt;/li&gt;
&lt;li&gt;Distributed transactions&lt;/li&gt;
&lt;li&gt;Filegroup management&lt;/li&gt;
&lt;li&gt;Global temporary tables&lt;/li&gt;
&lt;li&gt;Spatial data and indexes&lt;/li&gt;
&lt;li&gt;SQL Server configuration options&lt;/li&gt;
&lt;li&gt;SQL Server Service Broker&lt;/li&gt;
&lt;li&gt;System tables&lt;/li&gt;
&lt;li&gt;Trace Flags Not supported&lt;/li&gt;
&lt;/ul&gt;In future posts we will take a deeper look into these features, especially those features which are supported by SQL Azure but that provide a subset of the arguments and options&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div align="left"&gt;&lt;b&gt;Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt;Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt;Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt;SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt;How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt;Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt;SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/t-sql-features-supported-by-sql-azure.html"&gt;T-SQL Features Supported By SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-5457005768432721065?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/vNh_AQUchGE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/5457005768432721065/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/t-sql-features-supported-by-sql-azure.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/5457005768432721065?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/5457005768432721065?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/vNh_AQUchGE/t-sql-features-supported-by-sql-azure.html" title="T-SQL Features Supported by SQL Azure" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/t-sql-features-supported-by-sql-azure.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QBSHc5cCp7ImA9WxNUFU4.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-3748584387178679354</id><published>2009-11-05T16:47:00.000-08:00</published><updated>2009-11-06T10:15:59.928-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T10:15:59.928-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Firewall" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="T-SQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Cloud Computing" /><title>SQL Azure Firewall</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4C1z8YhAzq01khNQbfUpcHITxQQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4C1z8YhAzq01khNQbfUpcHITxQQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4C1z8YhAzq01khNQbfUpcHITxQQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4C1z8YhAzq01khNQbfUpcHITxQQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;To help protect your data by default, all access to your SQL Azure server is blocked by the SQL Azure firewall; connection attempts originating from the Internet or Windows Azure will not be able to reach your SQL Azure server. In order to begin using your SQL Azure server, you must go to the SQL Azure portal and specify one or more firewall settings that enable access to your SQL Azure server. Use the firewall settings to specify which IP address ranges from the Internet are allowed, and whether or not Windows Azure applications can attempt to connect to your SQL Azure server.&lt;br /&gt;
Connection attempts from the Internet and Windows Azure must first pass through the SQL Azure firewall before they can reach your SQL Azure server, as shown in the following diagram.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_dqRrqr63loI/SvNv3iM5_mI/AAAAAAAAABc/5CyVqQUNJ5M/s1600-h/SQLAzureFirewall.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_dqRrqr63loI/SvNv3iM5_mI/AAAAAAAAABc/5CyVqQUNJ5M/s320/SQLAzureFirewall.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;strong&gt;Connecting from the Internet &lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;When a computer attempts to connect to your SQL Azure server from the Internet, the SQL Azure firewall checks the originating IP address of the request against the full set of firewall settings. If the IP address of the request is not within one of the ranges specified, the connection attempt is blocked and does not reach the SQL Azure server.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Connecting from Windows Azure &lt;/strong&gt;&lt;br /&gt;
When an application from Windows Azure attempts to connect to your SQL Azure server, the SQL Azure firewall looks for a specific firewall setting that indicates whether Windows Azure connections are allowed. &lt;br /&gt;
A firewall setting with starting and ending address equal to 0.0.0.0 indicates that Windows Azure connections are allowed. If the connection attempt is not allowed, the request does not reach the SQL Azure server.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Creating the First Firewall Rule &lt;/strong&gt;&lt;br /&gt;
In order to connect to your SQL Azure server for the first time, the first firewall setting must be specified using the SQL Azure portal. To begin configuring the firewall, on the SQL Azure portal, click the Firewall Settings tab on the Server Information page. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_dqRrqr63loI/SvNwN89mprI/AAAAAAAAABk/NQHhY2mmR8M/s1600-h/SqlAzureFirewallSetup.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_dqRrqr63loI/SvNwN89mprI/AAAAAAAAABk/NQHhY2mmR8M/s320/SqlAzureFirewallSetup.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_dqRrqr63loI/SvNwX8ik6QI/AAAAAAAAABs/pnOZ9IFbyME/s1600-h/SqlAzureFirewallSetup2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_dqRrqr63loI/SvNwX8ik6QI/AAAAAAAAABs/pnOZ9IFbyME/s320/SqlAzureFirewallSetup2.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;The SQL Azure portal also allows you to remove firewall settings. For more information about managing firewall settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div align="left"&gt;&lt;b&gt; Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt; Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt; Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt; SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt; How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt; Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt; SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/t-sql-features-supported-by-sql-azure.html"&gt;T-SQL Features Supported By SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-3748584387178679354?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/S2QE7ZcVZbQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/3748584387178679354/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/3748584387178679354?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/3748584387178679354?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/S2QE7ZcVZbQ/sql-azure-firewall.html" title="SQL Azure Firewall" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_dqRrqr63loI/SvNv3iM5_mI/AAAAAAAAABc/5CyVqQUNJ5M/s72-c/SQLAzureFirewall.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8CQH0ycCp7ImA9WxNUFEs.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-1833006941883971259</id><published>2009-11-04T16:28:00.000-08:00</published><updated>2009-11-05T15:31:01.398-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T15:31:01.398-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="Database" /><category scheme="http://www.blogger.com/atom/ns#" term="T-SQL" /><title>Provisioning SQL Azure</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WycDootqDBLkHzDw3dDZKZo5hhY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WycDootqDBLkHzDw3dDZKZo5hhY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WycDootqDBLkHzDw3dDZKZo5hhY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WycDootqDBLkHzDw3dDZKZo5hhY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;The Microsoft SQL Azure provisioning process prepares and configures the hardware and software required to maintain your data at a Microsoft data center. The SQL Azure provisioning model describes the logical hierarchy of your Windows Azure Platform account, SQL Azure servers, and databases; it enables you to provision your data storage rapidly. &lt;br /&gt;
&lt;br /&gt;
To use SQL Azure, you must first create a Windows Azure Platform account, which allows you to access all the services, such as Windows Azure, .NET Services, and SQL Azure. The Windows Azure Platform account is used to set up and manage your subscriptions and to bill for consumption of the Azure services.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_dqRrqr63loI/SvNfpVfg8wI/AAAAAAAAABE/gx9WUCegu-0/s1600-h/SQLAcct.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_dqRrqr63loI/SvNfpVfg8wI/AAAAAAAAABE/gx9WUCegu-0/s320/SQLAcct.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Once the Windows Azure Platform account is created, you can use the SQL Azure portal to create one SQL Azure server. To provision additional SQL Azure servers, create additional subscriptions. The SQL Azure portal provides a user interface that you can use to provision servers and logins, and to quickly create databases.&lt;br /&gt;
The following diagram demonstrates the relationship between a Windows Azure Platform account, the SQL Azure servers, and databases.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_dqRrqr63loI/SvIapxrh4HI/AAAAAAAAAAk/DhoPMZgFVzU/s1600-h/AccountsHirarcy.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" sr="true" src="http://1.bp.blogspot.com/_dqRrqr63loI/SvIapxrh4HI/AAAAAAAAAAk/DhoPMZgFVzU/s320/AccountsHirarcy.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;As shown in the diagram, each Windows Azure Platform account can be associated with multiple SQL Azure servers (by using a different Windows Azure Platform subscription for each). Each SQL Azure server can be associated with one or more databases.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Servers&lt;/strong&gt;&lt;br /&gt;
A SQL Azure server is a logical group of databases and acts as a central administrative point for multiple databases. Each SQL Azure server includes logins similar to those in instances of SQL Server on your premises. &lt;br /&gt;
Each SQL Azure server has a fully qualified unique domain name, which is produced during the SQL Azure provisioning process. For example servername.ctp.database.windows.net, servername refers to the name of the SQL Azure server: &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Databases&lt;/strong&gt;&lt;br /&gt;
Each SQL Azure server can contain multiple databases. In each database, you can create tables, views, indices, stored procedures, and other familiar database objects. In order to create a new database, you can either use the SQL Azure portal or the CREATE DATABASE (SQL Azure Database) statement (this will be covered in future blog post). The screenshot below shows the SQL Azure portal to create the database.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_dqRrqr63loI/SvNf1IR_iBI/AAAAAAAAABM/tEX-1c6htsY/s1600-h/SQLDBCreate.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_dqRrqr63loI/SvNf1IR_iBI/AAAAAAAAABM/tEX-1c6htsY/s320/SQLDBCreate.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;The provisioning process creates a master database automatically. The master database maintains a list of databases and keeps a track of logins, and which logins have permission to create databases or other logins. (This master database is equivalent to the master database in a new on-premise instance of SQL Server.) The master database also provides SQL Azure usage metrics that you can view. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Logins&lt;/strong&gt;&lt;br /&gt;
During the provisioning process, SQL Azure creates a login for you that is the server-level principal of your SQL Azure server. This server-level principal is equivalent to the sa login in SQL Server. Additional SQL Azure databases and logins can then be created in the server, as needed. For more information on the sa login in an on-premise SQL Server instance. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;a href="http://3.bp.blogspot.com/_dqRrqr63loI/SvNgDJXJlaI/AAAAAAAAABU/AUQ7qMux6Jc/s1600-h/SQLSACreate.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_dqRrqr63loI/SvNgDJXJlaI/AAAAAAAAABU/AUQ7qMux6Jc/s320/SQLSACreate.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;i p=""&gt;&lt;/i&gt;&lt;br /&gt;
Server-level administration for logins and databases in SQL Azure differs from an on-premise instance of SQL Server. More information, on this will be covered in future blog posts. &lt;br /&gt;
SQL Azure provides the same set of security principals that are available in SQL Server, such as: &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;SQL Server logins: Used to authenticate access to SQL Azure at the server level.&lt;/li&gt;
&lt;li&gt;Database users: Used to grant access to SQL Azure at the database level.&lt;/li&gt;
&lt;li&gt;Database roles: Used to group users and grant access to SQL Azure at the database level.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;Database-level administration for users and roles in SQL Azure is the same as for an on-premise instance of SQL Server.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Related Blog Posts&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt;Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt;Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt;SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt;How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt;Provisioning SQL Azure&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-1833006941883971259?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/vpFPqD2iZ-0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/1833006941883971259/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/1833006941883971259?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/1833006941883971259?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/vpFPqD2iZ-0/provisioning-sql-azure.html" title="Provisioning SQL Azure" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_dqRrqr63loI/SvNfpVfg8wI/AAAAAAAAABE/gx9WUCegu-0/s72-c/SQLAcct.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYHQX0_fSp7ImA9WxNUFEU.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-7419337126598311957</id><published>2009-11-03T16:27:00.000-08:00</published><updated>2009-11-05T20:35:30.345-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T20:35:30.345-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="How-To" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="Hosted" /><title>How-To Access SQL Azure Data</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kDWUwCEacLYcqLVi8svF_E_Taak/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kDWUwCEacLYcqLVi8svF_E_Taak/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kDWUwCEacLYcqLVi8svF_E_Taak/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kDWUwCEacLYcqLVi8svF_E_Taak/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;There are several ways to incorporate SQL Azure in your applications, however there two application patterns to access the SQL Azure Data, there are accessing through &lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;strong&gt;On-Premises Applications&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hosted Applications residing in Cloud&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_dqRrqr63loI/SvDJa6ko-II/AAAAAAAAAAU/TNQvTvaZMxU/s1600-h/SqlAzureAccess.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_dqRrqr63loI/SvDJa6ko-II/AAAAAAAAAAU/TNQvTvaZMxU/s320/SqlAzureAccess.bmp" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;strong&gt;1. On-Premises Applications&lt;/strong&gt; &lt;br /&gt;
&lt;div&gt;In a traditional on-premise application, the application code and database are located in the same physical data center. SQL Azure and the Azure Services Platform offer many alternatives to that architecture. The following diagram demonstrates two generalized alternatives available for how your application can access data with SQL Azure.&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;In &lt;strong&gt;Scenario A &lt;/strong&gt;on the left, your application code remains on the premises of your corporate data center, but the database resides in SQL Azure. Your application code uses client libraries to access your database(s) in SQL Azure. Client library transfers data using tabular data stream (TDS) over a secure sockets layer (SSL). &lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;strong&gt;2. Hosted Applications residing in Cloud&lt;/strong&gt;&lt;br /&gt;
In &lt;strong&gt;Scenario B &lt;/strong&gt;on the right, your application code is hosted in the Windows Azure and your database resides in SQL Azure. Your application can use the same client libraries to access your database(s) in SQL Azure as are available in Scenario A. There are many different types of applications that you can host in the Windows Azure Platform. &lt;br /&gt;
&lt;br /&gt;
The &lt;strong&gt;Scenario B &lt;/strong&gt;client premises may represent an end user's Web browser that is used to access your Web application. The Scenario B client premises may also be a desktop or Silverlight application that uses the benefits of the Entity Data Model and the ADO.NET Data Services client to access your data that is hosted in SQL Azure. &lt;br /&gt;
For more information about the SQL Azure architecture, see&amp;nbsp;&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt;SQL Azure Architecture Overview&lt;/a&gt; blog post. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hosting Your Data in the Cloud&lt;/strong&gt;&lt;br /&gt;
The appearance and functionality of your SQL Server database experience is unchanged when you use SQL Azure instead of an on-premise instance of SQL Server. There are some minor differences that include Transact-SQL changes and login management. More information will be posted in future blog posts.&lt;br /&gt;
When hosting only your data in the Microsoft data center, it is important to consider the network latency between SQL Azure and the on-premise servers running your application code. Network latency to SQL Azure is higher than it would be if the database were also on your premises and you may need to account for this in your application code. &lt;br /&gt;
One way to minimize the network latency of requests to the database is to additionally host your application in the Windows Azure Platform.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hosting Your Application in the Cloud&lt;/strong&gt;&lt;br /&gt;
Hosting applications in Windows Azure is optional. Based on your needs, you can migrate your applications to or from Windows Azure. &lt;br /&gt;
Hosting your application code in Windows Azure is beneficial to the performance of your application because it minimizes the network latency associated with your application's data requests to SQL Azure. &lt;br /&gt;
For example, you may decide to create a Web-based user interface in Windows Azure for your database application that is hosted in SQL Azure. In this scenario, the client code and data is hosted in the same physical data center, so network latency is minimal between the corresponding servers. Clients will still have to traverse the Internet to reach your database application, but the network traffic between the client code and data is much faster because those numerous data requests have a much shorter distance to travel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div align="left"&gt;&lt;b&gt; Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt; Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt; Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt; SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt; How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt; Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt; SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-7419337126598311957?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/9VEdjehxdJo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/7419337126598311957/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/7419337126598311957?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/7419337126598311957?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/9VEdjehxdJo/how-to-access-sql-azure-data.html" title="How-To Access SQL Azure Data" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_dqRrqr63loI/SvDJa6ko-II/AAAAAAAAAAU/TNQvTvaZMxU/s72-c/SqlAzureAccess.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYBQHk6fip7ImA9WxNUFEU.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-1517240585594859436</id><published>2009-11-02T18:48:00.000-08:00</published><updated>2009-11-05T20:35:51.716-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T20:35:51.716-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><title>SQL Azure Architecture Overview</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dGkIdJM9oTrjW79VF-hx3jWcaig/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dGkIdJM9oTrjW79VF-hx3jWcaig/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dGkIdJM9oTrjW79VF-hx3jWcaig/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dGkIdJM9oTrjW79VF-hx3jWcaig/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Let’s look into Microsoft’s SQL Azure Architecture. SQL Azure is hosted on servers running SQL Server technologies in Microsoft data centers. From an architectural perspective, there are four distinct layers of abstraction that work together to provide a relational database for your application to use: &lt;br /&gt;
&lt;ol&gt;&lt;li&gt;The Client Layer&lt;/li&gt;
&lt;li&gt;The Services Layer&lt;/li&gt;
&lt;li&gt;The Platform Layer &lt;/li&gt;
&lt;li&gt;The Infrastructure Layer. &lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;&lt;a href="http://1.bp.blogspot.com/_dqRrqr63loI/Su-Yy1Zk0RI/AAAAAAAAAAM/gIEtBx0_knI/s1600-h/SQLAzureArchitecture.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_dqRrqr63loI/Su-Yy1Zk0RI/AAAAAAAAAAM/gIEtBx0_knI/s640/SQLAzureArchitecture.gif" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;strong&gt;1. The Client Layer &lt;/strong&gt;&lt;br /&gt;
The client layer resides closest to your application, and is used by your application to communicate directly with SQL Azure. The client layer can reside on-premise in your datacenter or be hosted in Windows Azure. Because SQL Azure provides the same tabular data system (TDS) interface as SQL Server, you can use familiar tools and libraries to build client applications for data that is in the cloud. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;2.The Services Layer &lt;/strong&gt;&lt;br /&gt;
The services layer functions as a gateway between the client layer and the platform layer, where the data resides. The services layer provides three functions: provisioning, billing and metering, and connection routing. &lt;br /&gt;
&lt;br /&gt;
The services layer provisions the databases that you specify with your Windows Azure Platform account. The billing and metering aspect of the services layer enables multi-tenant support by providing monitoring and billing for database usage based on individual Windows Azure Platform accounts. SQL Azure is built on a scalable platform involving numerous physical servers; this layer handles all the connections routing between your application and the physical servers where your data resides. &lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;strong&gt;3. The Platform Layer &lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;The platform layer includes the physical servers and services that support the services layer. The platform layer consists of many instances of SQL Server, each of which is managed by the SQL Azure fabric. &lt;br /&gt;
&lt;br /&gt;
The SQL Azure fabric is a distributed computing system composed of tightly integrated networks, servers, and storage. It enables automatic failover, load balancing, and automatic replication between physical servers. &lt;br /&gt;
&lt;br /&gt;
Management services monitor the health of individual servers and enable automated installation of service upgrades and software patches. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;4.Infrastructure Layer &lt;/strong&gt;&lt;br /&gt;
The infrastructure layer represents the IT administration of the physical hardware and operating systems that support the services layer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div align="left"&gt;&lt;b&gt; Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt; Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt; Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt; SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt; How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt; Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt; SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-1517240585594859436?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/Nfo0AiGoqdA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/1517240585594859436/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/1517240585594859436?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/1517240585594859436?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/Nfo0AiGoqdA/sql-azure-architecture-overview.html" title="SQL Azure Architecture Overview" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_dqRrqr63loI/Su-Yy1Zk0RI/AAAAAAAAAAM/gIEtBx0_knI/s72-c/SQLAzureArchitecture.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QMQHc9eyp7ImA9WxNUFU4.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-6639114260659047659</id><published>2009-11-01T18:39:00.000-08:00</published><updated>2009-11-06T10:16:21.963-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T10:16:21.963-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="CloudDB" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Azure" /><title>Getting Started with SQL Azure</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rQ_yMgyWNvmZlobbgCZGO7jFZ5M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rQ_yMgyWNvmZlobbgCZGO7jFZ5M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rQ_yMgyWNvmZlobbgCZGO7jFZ5M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rQ_yMgyWNvmZlobbgCZGO7jFZ5M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There are 4 simple steps to get started with SQL Azure &lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Download the &lt;/strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=413E88F8-5966-4A83-B309-53B7B77EDF78&amp;amp;displaylang=en" target="_blank"&gt;&lt;strong&gt;Windows Azure Platform Training Kit&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;: The Windows Azure Platform Training Kit includes a comprehensive set of technical content including samples, demos, hands-on labs, and presentations that are designed to help you learn how to use the Windows Azure platform. These labs cover Windows Azure, .NET Services, SQL Azure, and Live Services &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Create a new SQL Azure account and register for the CTP : &lt;/strong&gt;The SQL Azure Database CTP is available for free. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=149681&amp;amp;clcid=0x09" target="_blank"&gt;Click Here&lt;/a&gt; to create your account with your Live ID, and we will send you an invitation code. (Due to high demand for the SQL Azure Database CTP, there may be some delays in receiving your invitation codes as we onboard new participants.) &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Log in : &lt;/strong&gt;Visit &lt;a href="https://sql.azure.com/" target="_blank"&gt;https://sql.azure.com/&lt;/a&gt; and sign in with your Live ID, then enter your invitation code. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Create your SQL Azure Server (and databases) &lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;div align="left"&gt;&lt;b&gt; Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt; Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt; Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt; SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt; How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt; Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt; SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/t-sql-features-supported-by-sql-azure.html"&gt;T-SQL Features Supported By SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-6639114260659047659?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/jkYsdch1qsg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/6639114260659047659/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/6639114260659047659?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/6639114260659047659?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/jkYsdch1qsg/getting-started-with-sql-azure.html" title="Getting Started with SQL Azure" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYDRno7eip7ImA9WxNUFEU.&quot;"><id>tag:blogger.com,1999:blog-3794314295568539999.post-2930906148834816186</id><published>2009-10-31T10:42:00.000-07:00</published><updated>2009-11-05T20:36:17.402-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T20:36:17.402-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQLService" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="T-SQL" /><category scheme="http://www.blogger.com/atom/ns#" term="How-To" /><category scheme="http://www.blogger.com/atom/ns#" term="Introduction" /><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Azure" /><category scheme="http://www.blogger.com/atom/ns#" term="CloudDB" /><category scheme="http://www.blogger.com/atom/ns#" term="Database" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL Services" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL" /><category scheme="http://www.blogger.com/atom/ns#" term="Cloud Computing" /><category scheme="http://www.blogger.com/atom/ns#" term="WebService" /><title>Introduction to SQL Azure</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/m_V_p364P7WHMVHO08_SfACFRNA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m_V_p364P7WHMVHO08_SfACFRNA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/m_V_p364P7WHMVHO08_SfACFRNA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m_V_p364P7WHMVHO08_SfACFRNA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Microsoft SQL Azure Database is a cloud-based relational database service built on SQL Server technologies. It provides a highly available, scalable, multi-tenant database service hosted by Microsoft in the cloud. SQL Azure Database helps to ease provisioning and deployment of multiple databases. Developers do not have to install, setup, patch or manage any software. High availability and fault tolerance is built-in and no physical administration is required. SQL Azure Database supports Transact-SQL(T-SQL). Customers can use existing knowledge in T-SQL development and a familiar relational data model for symmetry with existing on-premises databases. SQL Azure Database can help reduce costs by integrating with existing toolsets and providing symmetry with on-premises and cloud databases. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Uses of SQL Azure Database:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Build scalable, custom web applications, which is especially a need for small to mid-size businesses, hobbyist, and startups &lt;/li&gt;
&lt;li&gt;Build packaged line-of-business applications, which is attractive to traditional, SaaS ISVs and custom developers &lt;/li&gt;
&lt;li&gt;Build corporate departmental applications &lt;/li&gt;
&lt;li&gt;Consolidate multiple data sources in the Cloud and enable secure access from multiple locations, desktop and/or devices&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;/strong&gt;&lt;p&gt;&lt;strong&gt;Benefits of SQL Azure Database&lt;/strong&gt;: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;No need to install or patch software or other physical administration&lt;/li&gt;
&lt;li&gt;Automatic high availability and fault tolerance &lt;/li&gt;
&lt;li&gt;Simple provisioning and deployment of multiple databases &lt;/li&gt;
&lt;li&gt;Scale databases up or down based on business needs&lt;br /&gt;
Multi-tenant &lt;/li&gt;
&lt;li&gt;Integration with SQL Server and tooling including Visual Studio &lt;/li&gt;
&lt;li&gt;Support for T-SQL based familiar relational database model&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;/strong&gt;&lt;p&gt;&lt;strong&gt;SQL Azure Database Features&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Relational Database Management Services (RDBMS) &lt;/li&gt;
&lt;li&gt;Creating, accessing and manipulating tables, views, indexes, roles, stored procedures, triggers, and functions &lt;/li&gt;
&lt;li&gt;Execute complex queries and joins across multiple tables &lt;/li&gt;
&lt;li&gt;Insert, Update, and Delete &lt;/li&gt;
&lt;li&gt;Constraints &lt;/li&gt;
&lt;li&gt;Transactions &lt;/li&gt;
&lt;li&gt;Temp tables &lt;/li&gt;
&lt;li&gt;Basic functions (aggregates, math, string, date/time) &lt;/li&gt;
&lt;li&gt;A subset of the existing SQL Server built-in stored procedures and system views &lt;/li&gt;
&lt;li&gt;Support for tracking billable metrics in real time and for historical analysis&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;/strong&gt;&lt;p&gt;&lt;strong&gt;Programmability &lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Managed ADO.NET data access &lt;/li&gt;
&lt;li&gt;Native ODBC &lt;/li&gt;
&lt;li&gt;Support for PHP&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;/strong&gt;&lt;p&gt;&lt;strong&gt;Tools&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Deployment Support for running SQL configuration scripts via&lt;/li&gt;
&lt;li&gt;SQLCMD Provision Logical Servers and Databases through the SQL Azure Database account portal&lt;br /&gt;
&lt;br /&gt;
More Information:&lt;br /&gt;
&lt;a href="http://www.azure.com/"&gt;http://www.azure.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx" target="_blank"&gt;Learn more about SQL Azure on MSDN&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/ms189826.aspx"&gt;Transact-SQL (T-SQL)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div align="left"&gt;&lt;b&gt; Related Posts &lt;/b&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html"&gt; Introduction to SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/getting-started-with-sql-azure.html"&gt; Getting Started with SQL Azure &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-architecture-overview.html"&gt; SQL Azure Architecture Overview &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/how-to-access-sql-azure-data.html"&gt; How-To Access SQL Azure Data &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/provisioning-sql-azure.html"&gt; Provisioning SQL Azure&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://edgetechs.blogspot.com/2009/11/sql-azure-firewall.html"&gt; SQL Azure Firewall&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3794314295568539999-2930906148834816186?l=edgetechs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EdgeTechnologies/~4/NgM9qLIDLeI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://edgetechs.blogspot.com/feeds/2930906148834816186/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/2930906148834816186?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3794314295568539999/posts/default/2930906148834816186?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/EdgeTechnologies/~3/NgM9qLIDLeI/introduction-to-sql-azure.html" title="Introduction to SQL Azure" /><author><name>EdgeTech</name><uri>http://www.blogger.com/profile/10164451337101756242</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://edgetechs.blogspot.com/2009/10/introduction-to-sql-azure.html</feedburner:origLink></entry></feed>

