<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Cloud Cover Episode 10 - Table Storage API</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-10-Table-Storage-API/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/548547_100x75.jpg</url>
		<title>Channel 9 - Cloud Cover Episode 10 - Table Storage API</title>
		<link></link>
	</image>
	<description>Join Ryan and Steve each week as they cover the Microsoft cloud. You can follow and interact with the show at

@cloudcovershow

In this episode:


Learn about the Table storage model - PartitionKeys, RowKeys, and&amp;nbsp;more. Walk around the API using the StorageClient library and learn how to query the service
without first building a data model. Hear the latest news and announcements for the platform. Troubleshoot a common query error when using Table storage.&amp;nbsp; 
Show Links:

Windows Azure Guidance - Failure Recovery (via Eugenio)
SELECT INTO with SQL Azure
Application Infrastructure Virtual Learning
Windows Azure Firestarter videos
Protecting Blobs from Application Errors
Protecting Tables from Application Errors
Table Storage Backup and Restore on CodePlex 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 07:43:09 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 07:43:09 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Cloud Cover Episode 10 - Table Storage API</title>
		<description>
			<![CDATA[
<p>The biggest issue I have with Azure Table Storage is the lack of string comparison operators.</p>
<p>If I can do <br>
.Where(a=&gt;a.Age &gt; 21)</p>
<p>and</p>
<p>.Where(a=&gt;a.Name.CompareTo(&quot;Dave&quot;))</p>
<p>then why can't I do</p>
<p>.Where(a=&gt;a.Name.ToLower().Contains(&quot;dave&quot;))</p>
<p>Is this an architectural constraint or rather an implementation limitation?</p>
<p>If it's an implementation limitation, then I can hope that it will be fixed in a future release.</p>
<p>If it's architectural, then I will have to find an alternative solution such as SQL Azure.</p>
<p>posted by DaveSn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-10-Table-Storage-API#c634104786930000000</link>
		<pubDate>Wed, 26 May 2010 13:51:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-10-Table-Storage-API#c634104786930000000</guid>
		<dc:creator>DaveSn</dc:creator>
	</item>
	<item>
		<title>Re: Cloud Cover Episode 10 - Table Storage API</title>
		<description>
			<![CDATA[
<p>Hi DaveSn,</p>
<p>&nbsp;</p>
<p>Currently, this is a limitation in the actual storage service.&nbsp; The LINQ provider eventually boils down to&nbsp;a URI with some syntax that is or isn't supported on the service head.&nbsp; It turns out that certain operations that are supported in relational sources
 are not supported in Windows Azure tables.&nbsp; Your specific question would entail a full-text search to be performed on an arbitrary column in Windows Azure.&nbsp; This is not currently supported (there is no LIKE operation).&nbsp; This limit might be removed over time
 as more features are added to the service.</p>
<p>&nbsp;</p>
<p>If you really need full text search capability over your data - take a look at the Lucene implementation here:</p>
<p>&nbsp;</p>
<p><a href="http://code.msdn.microsoft.com/AzureDirectory">http://code.msdn.microsoft.com/AzureDirectory</a></p>
<p>&nbsp;</p>
<p>posted by dunnry</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-10-Table-Storage-API#c634110109660000000</link>
		<pubDate>Tue, 01 Jun 2010 17:42:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-10-Table-Storage-API#c634110109660000000</guid>
		<dc:creator>dunnry</dc:creator>
	</item>
</channel>
</rss>