<?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; Generate Database Script for SQL Azure</title>
	<atom:link href="http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/</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: Chris</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-446088</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 18:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-446088</guid>
		<description><![CDATA[Is this supposed to work for a &quot;change&quot; script, as opposed to scripting the entire DB?  I&#039;m trying to do a change script, and have changed my scripting options setting, but it&#039;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.]]></description>
		<content:encoded><![CDATA[<p>Is this supposed to work for a &#8220;change&#8221; script, as opposed to scripting the entire DB?  I&#8217;m trying to do a change script, and have changed my scripting options setting, but it&#8217;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.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buddy</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-241271</link>
		<dc:creator><![CDATA[buddy]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 10:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-241271</guid>
		<description><![CDATA[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.]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>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.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajarshi Poddar</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-125775</link>
		<dc:creator><![CDATA[Rajarshi Poddar]]></dc:creator>
		<pubDate>Thu, 31 Mar 2011 11:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-125775</guid>
		<description><![CDATA[Hello

Can you tell me how to do this using cmd prompt?]]></description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Can you tell me how to do this using cmd prompt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Turner</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-109458</link>
		<dc:creator><![CDATA[Bill Turner]]></dc:creator>
		<pubDate>Tue, 04 Jan 2011 15:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-109458</guid>
		<description><![CDATA[How can I generate the script via a command line?   (this solution uses the GUI interface)  thx in advance..
- bt]]></description>
		<content:encoded><![CDATA[<p>How can I generate the script via a command line?   (this solution uses the GUI interface)  thx in advance..<br />
- bt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Md Nasir Uddin</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-76122</link>
		<dc:creator><![CDATA[Md Nasir Uddin]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-76122</guid>
		<description><![CDATA[Hello,
I have installed sql server 2008 R2 Express Edition. but I could not find &quot;Script for SQL Azure Database&quot; option. How can I do this?]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have installed sql server 2008 R2 Express Edition. but I could not find &#8220;Script for SQL Azure Database&#8221; option. How can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Naphade</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-75433</link>
		<dc:creator><![CDATA[Satish Naphade]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-75433</guid>
		<description><![CDATA[Hi Pinal,

i follow your articles it&#039;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]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>i follow your articles it&#8217;s very nice.</p>
<p>do you have any article on Transaction isolation levels which<br />
will give me a brief explanation about isolation with example.</p>
<p>READ UNCOMMITTED<br />
READ COMMITTED<br />
REPEATABLE READ<br />
SERIALIZABLE<br />
SNAPSHOT </p>
<p>thanks in Advance<br />
Satish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hetal</title>
		<link>http://blog.sqlauthority.com/2010/06/04/sql-server-generate-database-script-for-sql-azure/#comment-75419</link>
		<dc:creator><![CDATA[Hetal]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 06:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9174#comment-75419</guid>
		<description><![CDATA[What is this SQL Azure? I tried to google it and read it.But could not understood properly.]]></description>
		<content:encoded><![CDATA[<p>What is this SQL Azure? I tried to google it and read it.But could not understood properly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
