<?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>Search results matching tags 'cloud computing' and 'SSDS'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=cloud+computing,SSDS&amp;orTags=0</link><description>Search results matching tags 'cloud computing' and 'SSDS'</description><dc:language>en-US</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><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;</description></item></channel></rss>