<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Introduction to SQL Azure &#8211; Creating Database and Connecting Database</title>
	<atom:link href="http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; DACPAC and SQL Azure &#8211; Quiz &#8211; Puzzle &#8211; 12 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-236319</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; DACPAC and SQL Azure &#8211; Quiz &#8211; Puzzle &#8211; 12 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 01:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-236319</guid>
		<description><![CDATA[[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#64 Azure Interview Questions and Answers – Guest Post by Paras Doshi – Day 25 of 31 Introduction to SQL Azure – Creating Database and Connecting Database [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#64 Azure Interview Questions and Answers – Guest Post by Paras Doshi – Day 25 of 31 Introduction to SQL Azure – Creating Database and Connecting Database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News &#8211; An Year Worth Remembering and Looking Forward to Better Next Year &#171; SQL Server Journey with SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-228846</link>
		<dc:creator><![CDATA[SQLAuthority News &#8211; An Year Worth Remembering and Looking Forward to Better Next Year &#171; SQL Server Journey with SQLAuthority]]></dc:creator>
		<pubDate>Sat, 31 Dec 2011 01:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-228846</guid>
		<description><![CDATA[[...] 28 of 28  March: SQL SERVER – ‘Denali’ – A Simple Example of Contained Databases  April: SQL SERVER – Introduction to SQL Azure – Creating Database and Connecting Database  May: SQL SERVER – Copy Database from Instance to Another Instance – Copy Paste in SQL Server  [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 28 of 28  March: SQL SERVER – ‘Denali’ – A Simple Example of Contained Databases  April: SQL SERVER – Introduction to SQL Azure – Creating Database and Connecting Database  May: SQL SERVER – Copy Database from Instance to Another Instance – Copy Paste in SQL Server  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolkata</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-170287</link>
		<dc:creator><![CDATA[kolkata]]></dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-170287</guid>
		<description><![CDATA[not getting the pics]]></description>
		<content:encoded><![CDATA[<p>not getting the pics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-158746</link>
		<dc:creator><![CDATA[Phil]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 08:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-158746</guid>
		<description><![CDATA[Excellent program! Very easy to use.]]></description>
		<content:encoded><![CDATA[<p>Excellent program! Very easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DILIP</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-148405</link>
		<dc:creator><![CDATA[DILIP]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 05:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-148405</guid>
		<description><![CDATA[HI Sachin,

You can connect to SQL azure from your home (if you have internet and if you IP is added in the azure portal ).

You can connect to the SQL DB (Onpremise) if you have your office domain or network.

As of now SQL Azure DB is limited to 50 Gb for the Business and Azure team is going to incresae the space by Nov 2011 in the portal.

If you have SQL azure in place , no need of High availability concepts like Replication,clustering,logshipping and Mirroring in SQL DB.You have Data sync API which will sync the data between your onpremise db and the azure db.

You can change/allocate the space required for your db at any time from the azure portal.

You can connect to the SQL Azure with the SQL authentication only.

Your SQL Azure will not be down until or unless if the region where your azure subscrption is held.So you data will be available always.

We do have few limitataions in SQL Azure like you may not able to do the query in the cross db.

Please let me know if you need any more information.

Regards,
Dilip Reddy]]></description>
		<content:encoded><![CDATA[<p>HI Sachin,</p>
<p>You can connect to SQL azure from your home (if you have internet and if you IP is added in the azure portal ).</p>
<p>You can connect to the SQL DB (Onpremise) if you have your office domain or network.</p>
<p>As of now SQL Azure DB is limited to 50 Gb for the Business and Azure team is going to incresae the space by Nov 2011 in the portal.</p>
<p>If you have SQL azure in place , no need of High availability concepts like Replication,clustering,logshipping and Mirroring in SQL DB.You have Data sync API which will sync the data between your onpremise db and the azure db.</p>
<p>You can change/allocate the space required for your db at any time from the azure portal.</p>
<p>You can connect to the SQL Azure with the SQL authentication only.</p>
<p>Your SQL Azure will not be down until or unless if the region where your azure subscrption is held.So you data will be available always.</p>
<p>We do have few limitataions in SQL Azure like you may not able to do the query in the cross db.</p>
<p>Please let me know if you need any more information.</p>
<p>Regards,<br />
Dilip Reddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-131545</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 13:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-131545</guid>
		<description><![CDATA[Thanks for sharing this information, azure looks pretty cool. I am going to check this one.]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing this information, azure looks pretty cool. I am going to check this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin soni</title>
		<link>http://blog.sqlauthority.com/2011/04/27/sql-server-introduction-to-sql-azure-creating-database-and-connecting-database/#comment-131450</link>
		<dc:creator><![CDATA[sachin soni]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 10:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12714#comment-131450</guid>
		<description><![CDATA[hello pinal sir,
how r u?, its gud for an overview of SQl azure. i wanna know, as a DBA how sql azure is help full or if it has a different path from Data base administration thn shud we prefer to go with this sql azure, hows the carrer wid tht.?

thnx
sachin soni]]></description>
		<content:encoded><![CDATA[<p>hello pinal sir,<br />
how r u?, its gud for an overview of SQl azure. i wanna know, as a DBA how sql azure is help full or if it has a different path from Data base administration thn shud we prefer to go with this sql azure, hows the carrer wid tht.?</p>
<p>thnx<br />
sachin soni</p>
]]></content:encoded>
	</item>
</channel>
</rss>
