<?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: Enabling FILESTREAM on SQL Server 2008</title>
	<atom:link href="http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/</link>
	<description>Making Microsoft .Net Development Magical</description>
	<lastBuildDate>Sat, 26 May 2012 09:32:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Josh Comley</title>
		<link>http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26782</link>
		<dc:creator><![CDATA[Josh Comley]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 23:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26782</guid>
		<description><![CDATA[I was looking for a decent explanation of how to enable FILESTREAM, none of the others explained things enough or had a decent array of screenshots (arguibly the most useful part of any step-by-step tutorial!).

You can tell I&#039;m a developer by the fact I said &quot;array of screenshots&quot;. Sigh.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>I was looking for a decent explanation of how to enable FILESTREAM, none of the others explained things enough or had a decent array of screenshots (arguibly the most useful part of any step-by-step tutorial!).</p>
<p>You can tell I&#8217;m a developer by the fact I said &#8220;array of screenshots&#8221;. Sigh.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Full Text Searching a FILESTREAM VARBINARY (MAX) Column &#171; Arcane Code</title>
		<link>http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26755</link>
		<dc:creator><![CDATA[Full Text Searching a FILESTREAM VARBINARY (MAX) Column &#171; Arcane Code]]></dc:creator>
		<pubDate>Thu, 28 May 2009 06:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26755</guid>
		<description><![CDATA[[...] these examples will be done against the data we’ve stored with FILESTREAM over the lessons from the last few days, know that this technique is identical for binary objects stored in a VARBINARY(MAX) field without [...]]]></description>
		<content:encoded><![CDATA[<p>[...] these examples will be done against the data we’ve stored with FILESTREAM over the lessons from the last few days, know that this technique is identical for binary objects stored in a VARBINARY(MAX) field without [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Morrison</title>
		<link>http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26715</link>
		<dc:creator><![CDATA[Derek Morrison]]></dc:creator>
		<pubDate>Tue, 19 May 2009 12:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26715</guid>
		<description><![CDATA[Thanks for highlighting this feature! I wasn&#039;t aware of it, and I&#039;m starting to see how it can be applicable in several scenarios.]]></description>
		<content:encoded><![CDATA[<p>Thanks for highlighting this feature! I wasn&#8217;t aware of it, and I&#8217;m starting to see how it can be applicable in several scenarios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enabling FILESTREAM In The Database &#171; Arcane Code</title>
		<link>http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26713</link>
		<dc:creator><![CDATA[Enabling FILESTREAM In The Database &#171; Arcane Code]]></dc:creator>
		<pubDate>Tue, 19 May 2009 06:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26713</guid>
		<description><![CDATA[[...] Enabling FILESTREAM on SQL Server&#160;2008  [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Enabling FILESTREAM on SQL Server&nbsp;2008  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gurtz</title>
		<link>http://arcanecode.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26712</link>
		<dc:creator><![CDATA[Jason Gurtz]]></dc:creator>
		<pubDate>Mon, 18 May 2009 14:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2009/05/18/enabling-filestream-on-sql-server-2008/#comment-26712</guid>
		<description><![CDATA[Wow, i&#039;m really looking forward to this series on what I consider to be sql server 2008&#039;s most killer new feature other than the transparent record compression!

It looks like just the thing for a roll your own web &quot;file transfer&quot; application a la yousendit.com etc...  Now to figure out on the fly streaming via ASP.NET.  Also, GIS data store for fly-over photos.....hmmm]]></description>
		<content:encoded><![CDATA[<p>Wow, i&#8217;m really looking forward to this series on what I consider to be sql server 2008&#8242;s most killer new feature other than the transparent record compression!</p>
<p>It looks like just the thing for a roll your own web &#8220;file transfer&#8221; application a la yousendit.com etc&#8230;  Now to figure out on the fly streaming via ASP.NET.  Also, GIS data store for fly-over photos&#8230;..hmmm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

