<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Denis Gobo : cloud computing</title><link>http://sqlblog.com/blogs/denis_gobo/archive/tags/cloud+computing/default.aspx</link><description>Tags: cloud computing</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>A couple of reasons I won't be moving my databases to the cloud anytime soon</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2009/05/07/13862.aspx</link><pubDate>Thu, 07 May 2009 16:04:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:13862</guid><dc:creator>Denis Gobo</dc:creator><slash:comments>10</slash:comments><comments>http://sqlblog.com/blogs/denis_gobo/comments/13862.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/denis_gobo/commentrss.aspx?PostID=13862</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/denis_gobo/rsscomments.aspx?PostID=13862</wfw:comment><description>&lt;P class=MsoPlainText&gt;Let's beat this horse to death once again shall we, Paul Nielsen wrote about&amp;nbsp;SQL in the cloud&amp;nbsp;already here: &lt;A href="http://sqlblog.com/blogs/paul_nielsen/archive/2009/02/24/sql-in-the-cloud.aspx"&gt;http://sqlblog.com/blogs/paul_nielsen/archive/2009/02/24/sql-in-the-cloud.aspx&lt;/A&gt;&amp;nbsp;where he made the following prediction:&lt;/P&gt;
&lt;P class=MsoPlainText&gt;In five years time, hosting your own SQL data on your own servers will seem as obsolete as running your own dial-up BBS.&lt;/P&gt;
&lt;P class=MsoPlainText&gt;I am not so sure about that!&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;I attended the Microsoft Enterprise Developer Conference in New York City on Tuesday and Wednesday. Last year it was all about High Performance Computing, this time it was all about the cloud(I know, big surprise right?)&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;I am going to focus this post on SQL Server Data Services. The SSDS session was presented by David Robinson who is a senior program manager on the SQL team. As you can imagine David is the perfect person to ask all kind of questions about what you can and can't do in SSDS. If you would like to watch this session yourself then visit this link: &lt;A href="http://entdevcon.istreamplanet.com/video.asp?v=36"&gt;http://entdevcon.istreamplanet.com/video.asp?v=36&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;Oh, and that annoying person sitting in the front row asking all those questions......yeah that's me&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;Here are the reasons I think some customers won’t be able to move to the cloud just yet&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;SPAN style="FONT-WEIGHT:bold;" class=Apple-style-span&gt;1) 10GB limit&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;This is a biggie for me since I have almost no databases that are smaller than the size limit. You can create many databases and implement some kind of sharding but you need to do this yourself. There is no support for distributed/federated views across databases. You also cannot use USE syntax. Remember all that dynamic SQL that you wrote that started with USE DatabaseName..probably not a good idea.&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;SPAN style="FONT-WEIGHT:bold;" class=Apple-style-span&gt;2) No execution plan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;Okay so how do you check if your query will perform well?You can’t do a SET SHOWPLAN command either&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;SPAN style="FONT-WEIGHT:bold;" class=Apple-style-span&gt;3) Costly queries will be terminated&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;I might have a query at the end of the month that calculates correlations for 90000 indexes and the query runs for 5 minutes, a query like this could be terminated&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;SPAN style="FONT-WEIGHT:bold;" class=Apple-style-span&gt;4)No CLR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;So you have that superfast split function coded in CLR,that won't fly in the cloud mister, you are out of luck. Spatial data is another thing that is not supported&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;SPAN style="FONT-WEIGHT:bold;" class=Apple-style-span&gt;5) No analysis or reporting services&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;Probably not as big of a deal but it would still mean that you now need a separate license to run SSAS or SSRS on campus&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;SPAN style="FONT-WEIGHT:bold;" class=Apple-style-span&gt;6) No DMVs, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;If you use DMVs or catalog views to build logic to do certain things in SQL you will need to rethink that&lt;/P&gt;
&lt;P class=MsoPlainText&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoPlainText&gt;I didn’t hear (and forgot to ask) about scheduling jobs or if you have access to msdb/sql agent in any form. I also don’t know if you can run SSIS packages in the cloud.&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;Below is a picture that shows you what is and what is not available for V1&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="SQL Server Data Services Compatibility" href="http://www.flickr.com/photos/denisgobo/3509561219/"&gt;&lt;IMG alt="SQL Server Data Services Compatibility" src="http://farm4.static.flickr.com/3645/3509561219_61a9e5d3ac.jpg" width=500 height=388&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what do you think? Will you move to the cloud anytime soon?&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=13862" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/cloud+computing/default.aspx">cloud computing</category><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/SSDS/default.aspx">SSDS</category></item><item><title>SQL Server In The Cloud Vaporware Or Inevitable?</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2009/02/25/12206.aspx</link><pubDate>Wed, 25 Feb 2009 15:47:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:12206</guid><dc:creator>Denis Gobo</dc:creator><slash:comments>6</slash:comments><comments>http://sqlblog.com/blogs/denis_gobo/comments/12206.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/denis_gobo/commentrss.aspx?PostID=12206</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/denis_gobo/rsscomments.aspx?PostID=12206</wfw:comment><description>&lt;div&gt;After Paul Nielsen post &lt;span class="Apple-style-span" style="font-family:Verdana;"&gt;&lt;a href="http://sqlblog.com/blogs/paul_nielsen/archive/2009/02/24/sql-in-the-cloud.aspx"&gt;&lt;span style="color:#02469B;"&gt;SQL in the Cloud&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; yesterday I decided to put on my Nostradamus hat and give you my take on this.&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What needs to happen before we can move to the cloud?&lt;/div&gt;&lt;div&gt;There are a couple of things, here is a partial list&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Performance has to be good&lt;/div&gt;&lt;div&gt;If performance is bad then nobody will move to the cloud. Since the data is external you probably want to have a secure connection and thus you will slow things down&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Security has to be implemented&lt;/div&gt;&lt;div&gt;Can you give user A only read access and user B read\write access. What if you don't want certain users to see the salary column?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Bulk uploading of data has to be implemented&lt;/div&gt;&lt;div&gt;The ability to upload a file and specify the target object to load the data into has to be implemented. We get files via ftp all the time, nobody wants to parse the files locally and insert row by row.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The ability to do merge replication with disconnected handheld devices&lt;/div&gt;&lt;div&gt;This is not so much an issue anymore since almost all devise these days are online but if you have some legacy junk this would be nice.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The ability to restore to a point in time&lt;/div&gt;&lt;div&gt;You uploaded some bad or old data and hosed everything. On a SQL box you would just do a point in time restore (if you had backups that were valid of course and the correct recovery model) and you would be done.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Alerts and Notifications&lt;/div&gt;&lt;div&gt;You want to know every time some product level falls below a certain threshold, someone added or modified a table etc etc.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Auditing, SOX, HIPAA, GAAP and all your other favorite acronyms&lt;/div&gt;&lt;div&gt;Unless this stuff is implemented no public company will move to the cloud.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Bandwidth cost has to be low&lt;/div&gt;&lt;div&gt;There are tons of FoxPro, Access Applications Excel sheets and in house developed applications that connect directly to SQL Server, get a ton of data and then do something with that. When this is all in your office you don't have bandwidth cost. If your data lives in the cloud this could add up.&lt;/div&gt;&lt;div&gt;I will give you another example, we all compress our content before it is pushed to the client from our websites right(rhetorical don't answer)? Guess what? Amazon doesn't do compression because they get paid for bandwidth, compressing would lower their revenue.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You need to have the ability to profile&lt;/div&gt;&lt;div&gt;There has to a way to profile and performance tune your cloud database, after all that is the most fun part of a database developer, you can’t take away instant gratification&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What will go in the cloud first?&lt;/div&gt;&lt;div&gt;The first thing that will ascend into the clouds are your typical internet applications, this will also include RIA (or as I call them Chubby Clients) that are built on Adobe AIR, JavaFX and Silverlight. Ever heard of &lt;span class="Apple-style-span" style="font-weight:bold;"&gt;&lt;a href="http://www.tweetdeck.com/"&gt;&lt;i style="text-decoration:inherit;"&gt;&lt;span style="font-family:'Arial','sans-serif';color:#551A8B;mso-bidi-font-weight:bold;font-style:normal;"&gt;TweetDeck&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/span&gt;? It is a twitter client written in Adobe AIR, stuff like that is perfect because you don't care where the data is stored; you just want to call a RESTful API and get your data. Websites that don’t store (or don’t care) about sensitive information are going to store their stuff in the cloud, now we have real C2C (Cloud to Cloud) since websites live in the cloud to begin with.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What will not go in the cloud any time soon?&lt;/div&gt;&lt;div&gt;Any app that is directly connected to a database server and does some crazy manipulation/calculation of data, the bandwidth cost might just be too high&lt;/div&gt;&lt;div&gt;Departmental (Small business edition) database servers or SQL Server Express edition, this stuff is cheap enough that I can’t imagine there being an incentive to move to the cloud. Shops like this usually have one person to manage all the hardware to begin with so they would not save anything.&lt;/div&gt;&lt;div&gt;I am also having a hard time seeing those lovely Excel sheets that are connected to SSAS cubes connecting to the cloud instead.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;We cannot really predict anything unless we have some pricing. I aslo think virtualization of databases will be mainstream sooner than the cloud, one huge box 20 SQL Servers on it...only one box to manage&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;I created a poll here &lt;a href="http://forum.lessthandot.com/viewtopic.php?f=17&amp;amp;t=4736"&gt;http://forum.lessthandot.com/viewtopic.php?f=17&amp;amp;t=4736&lt;/a&gt;&lt;/div&gt;&lt;div&gt;If you want you can vote (you need to register), right now it is mostly no cloud &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;So what is your opinion on this, The Cloud is it vaporware or inevitable?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=12206" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/cloud+computing/default.aspx">cloud computing</category><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/vaporware/default.aspx">vaporware</category></item><item><title>SQL Server Application and Multi-server Private CTP Announced</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2008/12/02/10243.aspx</link><pubDate>Wed, 03 Dec 2008 01:25:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:10243</guid><dc:creator>Denis Gobo</dc:creator><slash:comments>1</slash:comments><comments>http://sqlblog.com/blogs/denis_gobo/comments/10243.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/denis_gobo/commentrss.aspx?PostID=10243</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/denis_gobo/rsscomments.aspx?PostID=10243</wfw:comment><description>&lt;p&gt;&lt;span id="dnn_ctr410_ContentPane" class="DNNAlignleft"&gt;Microsoft
is looking for participants in entities with at least 1 DBA, more than
25 PCs, and SQL Server installations across their organization. &lt;/span&gt;&lt;span id="dnn_ctr410_ContentPane" class="DNNAlignleft"&gt;As
part of SQL Server “Kilimanjaro”, they have announced baseline
investments for application and multi-server management. They are
recruiting customers to participate in a private CTP with SQL Server
Engineering. Registration for the Private CTP will take place until
December 15, 2008 and the 4-5 week Private CTP will begin in mid-January&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span id="dnn_ctr410_ContentPane" class="DNNAlignleft"&gt;Your SQL Server 2008 trial accounts includes:&lt;br&gt;
Hyper-V Image&lt;br&gt;
Reporting and Analysis Services&lt;br&gt;
Integration Services&lt;br&gt;
Full System Admin Rights&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;More details and sign up links can be fond here: &lt;a href="http://www.sqlpass.org/hostedtrial/"&gt;http://www.sqlpass.org/hostedtrial/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See you in the cloud (or was that SkyNet) :-)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. waiting for Jason Massie's comment how this is the beginning of the end for the DBA&amp;nbsp; ;-)&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id="dnn_ctr410_ContentPane" class="DNNAlignleft"&gt;&lt;/span&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=10243" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/cloud+computing/default.aspx">cloud computing</category><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/SkyNet/default.aspx">SkyNet</category></item><item><title>Microsoft SQL Data Services public CTP announced</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2008/11/19/10009.aspx</link><pubDate>Wed, 19 Nov 2008 18:03:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:10009</guid><dc:creator>Denis Gobo</dc:creator><slash:comments>2</slash:comments><comments>http://sqlblog.com/blogs/denis_gobo/comments/10009.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/denis_gobo/commentrss.aspx?PostID=10009</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/denis_gobo/rsscomments.aspx?PostID=10009</wfw:comment><description>&lt;P&gt;The Microsoft SQL Data Services public CTP has been announced.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Microsoft® SQL Data Services (SDS) offers highly scalable and Internet-facing distributed database services in the cloud for storing and processing relational queries. SDS can help you develop and provision new applications quickly with REST and SOAP based web protocols. The services are built on robust SQL Server database and Windows Server technologies, providing high availability and security.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;This is all part of the azure platform, the CTP is free but you do need a Credit Card for verification purposes&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx"&gt;Visit the SQL Data Services Dev Center&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://go.microsoft.com/fwlink/?LinkID=133905&amp;amp;clcid=0x409"&gt;Try the SQL Data Services Public CTP&lt;/A&gt;&lt;/P&gt;&lt;SPAN class=Apple-style-span style="WORD-SPACING:0px;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:separate;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;
&lt;P style="PADDING-RIGHT:0px;PADDING-LEFT:0px;BACKGROUND-IMAGE:none;MARGIN-BOTTOM:4px;PADDING-BOTTOM:0px;PADDING-TOP:0px;-webkit-background-clip:initial;-webkit-background-origin:initial;"&gt;&lt;A style="BORDER-TOP-WIDTH:0px;PADDING-RIGHT:0px;PADDING-LEFT:0px;FONT-WEIGHT:normal;BORDER-LEFT-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;BORDER-RIGHT-WIDTH:0px;TEXT-DECORATION:none;" href="http://go.microsoft.com/fwlink/?LinkID=133905&amp;amp;clcid=0x409" target=_blank&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=10009" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/Azure/default.aspx">Azure</category><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/cloud+computing/default.aspx">cloud computing</category><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/SQL+Data+Services/default.aspx">SQL Data Services</category></item><item><title>Run Microsoft Windows Server And SQL Server on Amazon EC2</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2008/10/01/9170.aspx</link><pubDate>Wed, 01 Oct 2008 20:46:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9170</guid><dc:creator>Denis Gobo</dc:creator><slash:comments>3</slash:comments><comments>http://sqlblog.com/blogs/denis_gobo/comments/9170.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/denis_gobo/commentrss.aspx?PostID=9170</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/denis_gobo/rsscomments.aspx?PostID=9170</wfw:comment><description>&lt;P&gt;Amazon made an annoucement today that you will be able to run Microsoft Windows Server And SQL Server on Amazon EC2.&lt;/P&gt;&lt;SPAN class=Apple-style-span style="WORD-SPACING:0px;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;
&lt;BLOCKQUOTE&gt;
&lt;P style="PADDING-RIGHT:0px;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px 0px 1em;LINE-HEIGHT:1.4;PADDING-TOP:0px;"&gt;Starting later this Fall, Amazon Elastic Compute Cloud (Amazon&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;EC2&lt;/SPAN&gt;) will offer you the ability to run Microsoft Windows Server or Microsoft&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;SQL&lt;/SPAN&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;Server. Today, you can choose from a variety of Unix-based operating systems, and soon you will be able to configure your instances to run the Windows Server operating system. In addition, you will be able to use&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;SQL&lt;/SPAN&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;Server as another option within Amazon&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;EC2&lt;/SPAN&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;for running relational databases.&lt;/P&gt;
&lt;P style="PADDING-RIGHT:0px;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px 0px 1em;LINE-HEIGHT:1.4;PADDING-TOP:0px;"&gt;Amazon&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;EC2&lt;/SPAN&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;running Windows Server or&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;SQL&lt;/SPAN&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;Server provides an ideal environment for deploying&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;ASP&lt;/SPAN&gt;.NET web sites, high performance computing clusters, media transcoding solutions, and many other Windows-based applications. By choosing Amazon&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=caps&gt;EC2&lt;/SPAN&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;as the deployment environment for your Windows-based applications, you will be able to take advantage of Amazon’s proven scalability and reliability, as well as the cost-effective, pay-as-you-go pricing model offered by Amazon Web Services.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;More info here: &lt;A href="http://aws.amazon.com/windows/"&gt;http://aws.amazon.com/windows/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=9170" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/cloud+computing/default.aspx">cloud computing</category></item></channel></rss>