<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Microsoft SQL Server Community Samples: End to End</title><link>http://www.codeplex.com/SQLSrvE2E/Project/ProjectRss.aspx</link><description></description><item><title>Source code checked in</title><link>http://www.codeplex.com/SQLSrvE2E/SourceControl/ListDownloadableCommits.aspx</link><description>Added HierarchyId project</description><author>ZachSkylesOwens</author><pubDate>Thu, 06 Mar 2008 07:23:13 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080306072313A</guid></item><item><title>UPDATED WIKI: Microsoft Business Intelligence Screencasts</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Microsoft Business Intelligence Screencasts&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Microsoft Business Intelligence Screencasts &lt;i&gt;(Brought to you by Microsoft Developer &amp;amp; Platform Evangelism)&lt;/i&gt;
&lt;/h2&gt; &lt;br /&gt;This entire screencast series has been moved to &lt;a href="http://channel9.msdn.com/sql" class="externalLink"&gt;Channel 9&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Mon, 28 Jan 2008 15:53:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Microsoft Business Intelligence Screencasts 20080128035314P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ZachSkylesOwens ** &lt;p&gt;Have you made any progress on this dizzyguy&amp;#63;  Have you identified where the bottle neck is&amp;#63;  You mentioned the input-file tag&amp;#8230;  The code in the sample doesn&amp;#8217;t actually provide an interface for uploading video via a web page.  &lt;/p&gt;&lt;p&gt;Are you experiencing the file size issue when trying to serve up the video&amp;#63;  It reads and writes the file in 512K chunks which shouldn&amp;#8217;t cause an issue. &lt;/p&gt;&lt;p&gt;I&amp;#8217;m interested to hear your conclusion.&lt;/p&gt;</description><author>ZachSkylesOwens</author><pubDate>Thu, 24 Jan 2008 23:46:40 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080124114640P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: dizzyguy ** &lt;p&gt;And yeah, definitely interested in learning more about your custom IIS 7 module...&lt;/p&gt;</description><author>dizzyguy</author><pubDate>Fri, 18 Jan 2008 17:39:23 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080118053923P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: dizzyguy ** &lt;p&gt;Yep, that&amp;#39;s right, within an ASPX page.  And it appears that ASPNET doesn&amp;#39;t play well with large files.  My next attempt is going to be to build a WCF service &amp;#40;binary over TCP&amp;#41;.  This is all pretty new to me, so this may be yet another wasted effort, but I&amp;#39;ll be happy to keep you all informed if you like.&lt;/p&gt;</description><author>dizzyguy</author><pubDate>Fri, 18 Jan 2008 14:21:11 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080118022111P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ZachSkylesOwens ** &lt;p&gt;Sorry that it took me a couple days to see this&amp;#8230;  I tried this with videos that were a few hundred MB without any problem.  I&amp;#8217;m not sure what limitation you might be running into with the GB size.&lt;/p&gt;&lt;p&gt;We have a sample that uses a Custom IIS 7 Module written in C&amp;#43;&amp;#43; which has great performance for serving these up.  We were able to tap into some lower level system resources.  We are working on solidifying that code and will publish it in the next few weeks.&lt;/p&gt;&lt;p&gt;Just to clarify&amp;#8230; Are you having this issue when serving the file with the ASPX service&amp;#63;&lt;/p&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 18 Jan 2008 02:09:39 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080118020939A</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: dizzyguy ** &lt;p&gt;Sorry for all of the comments, but can you tell me if you think that a WCF service set up to receive streamed data &amp;#40;e.g. transferMode.Streamed&amp;#41; might solve the OOM Exception&amp;#63;  My thought is that Silverlight&amp;#43;WCF&amp;#47;Streaming might be an answer for getting &amp;#62; 1GB files into a FILESTREAM on SQL 2008&amp;#63;  This is probably a question for the WCF team, because as I understand it, the problem with ASPNET is that the data is saved in memory - instead of being written to the hard drive - which is the reason we get OOM exceptions.  But does streaming break the data up enough to solve any memory issues&amp;#63;  All rhetorical questions on my part, but if someone out there can help me put this all into perspective, I&amp;#39;d really appreciate it&amp;#33;&lt;/p&gt;</description><author>dizzyguy</author><pubDate>Wed, 16 Jan 2008 21:01:33 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080116090133P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: dizzyguy ** &lt;p&gt;After further reading, I learned that this is an ASPNET worker process &amp;#34;problem&amp;#34;.  I will need to either buy a component or figure out another way to get users from disparate networks to upload 2GB&amp;#43; files to our servers.&lt;/p&gt;</description><author>dizzyguy</author><pubDate>Wed, 16 Jan 2008 02:40:43 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080116024043A</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: dizzyguy ** &lt;p&gt;One more thing worth noting...I moved the code to a server with plenty of resources, but it still failed to load the larger files.  Makes me think this is something related to the INPUT tag and how IIS is processing this&amp;#63;&amp;#63;&amp;#63;&amp;#63;&lt;/p&gt;</description><author>dizzyguy</author><pubDate>Tue, 15 Jan 2008 22:28:23 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080115102823P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: dizzyguy ** &lt;p&gt;I&amp;#39;ve done everything that was laid out in the demo, except with one not-so-minor change evidently.  I&amp;#39;m trying to use the &amp;#60;input type&amp;#61;&amp;#39;file&amp;#39;&amp;#62; tag to load the file into SQL.  It works with 50MB files, but I get a  404 error when trying to work with files in the GB&amp;#43; range.&lt;/p&gt;&lt;p&gt;In this case, the INPUT is an ASPNET FileUpload component, and I&amp;#39;m loading the FileStream from the FileUpload&amp;#39;s InputStream like so&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#47;&amp;#47; Open up a new stream to write the file to the blob.&lt;br /&gt;destFile &amp;#61; new FileStream&amp;#40;handle, FileAccess.Write&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;&amp;#47;&amp;#47; Open up a new stream to read the source media file.&lt;br /&gt;&amp;#47;&amp;#47; --- Not using sourceFile&amp;#58; FileStream sourceFile &amp;#61; new&lt;br /&gt;&amp;#47;&amp;#47; FileStream&amp;#40;String.Concat&amp;#40;filePath, fileName&amp;#41;, FileMode.Open, FileAccess.Read&amp;#41;&amp;#59;&lt;br /&gt;&amp;#47;&amp;#47; Use the FileUpload.PostedFile.InputStream&lt;br /&gt;byte&amp;#91;&amp;#93; buffer &amp;#61; new byte&amp;#91;FileUpload1.PostedFile.InputStream.Length&amp;#93;&amp;#59;&lt;br /&gt;int bytesRead&amp;#59;&lt;br /&gt;while &amp;#40;&amp;#40;bytesRead &amp;#61; FileUpload1.PostedFile.InputStream.Read&amp;#40;buffer, 0, buffer.Length&amp;#41;&amp;#41; &amp;#62; 0&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;  destFile.Write&amp;#40;buffer, 0, bytesRead&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;destFile.Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#47;&amp;#47; sourceFile.Close&amp;#40;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;Maybe using the INPUT-FILE tag isn&amp;#39;t the right option&amp;#63;  But we do need to enable offices from around the organization to upload the data in a standard manner -- and the INPUT-FILE tag was our first choice.&lt;/p&gt;&lt;p&gt;Any thoughts on that&amp;#63;&lt;/p&gt;</description><author>dizzyguy</author><pubDate>Tue, 15 Jan 2008 22:26:39 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080115102639P</guid></item><item><title>COMMENTED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ReedMe ** &lt;p&gt;Other than the obvious limitations of the virtual environment that you&amp;#39;re in, dizzyguy, there should be no reason that you&amp;#39;d be limited. How exactly are you trying to load the filestream&amp;#63; With SNAC&amp;#63;&lt;/p&gt;</description><author>ReedMe</author><pubDate>Tue, 15 Jan 2008 18:05:10 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: File size limitations 20080115060510P</guid></item><item><title>CREATED ISSUE: File size limitations</title><link>http://www.codeplex.com/SQLSrvE2E/WorkItem/View.aspx?WorkItemId=9197</link><description>Kudos on the samples for FileStream in Katmai&amp;#33;&lt;br /&gt;&lt;br /&gt;Our organization will be serving up video files from 1.6 to 3 GBs in size.  I&amp;#39;m currently running the source code in a virtual machine session &amp;#40;VMWare Fusion 1.0, Win Server 2008, Katmai&amp;#41;.  Everything works great, until I try to upload a 1.6GB file, and I run into the ever popular &amp;#34;OutOfMemoryException&amp;#34;.&lt;br /&gt;&lt;br /&gt;My question&amp;#58;  Am I stupid for trying to run this in a virtual machine with only 2GB of mem, or is there something inherent in the system that is going to limit us from uploading files of this size to SQL Server&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;</description><author>dizzyguy</author><pubDate>Mon, 14 Jan 2008 18:02:16 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: File size limitations 20080114060216P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=55</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; 
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25472" alt="CDC_160x120.png" /&gt;&lt;br /&gt;This sample application highlights using SQL Server 2008 Change Data Capture.&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; 
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25473" alt="FILESTREAM-WPF-HTTP_Sample_Screencast1_160x220.png" /&gt;&lt;br /&gt;This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt;
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25474" alt="TVP1-160x120.png" /&gt;&lt;br /&gt;This sample application highlights using SQL Server 2008 Table Value Parameters.&lt;br /&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:13:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101353P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=54</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; 
&lt;/h4&gt;This sample application highlights using SQL Server 2008 Change Data Capture.&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25472" alt="CDC_160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; 
&lt;/h4&gt;This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25473" alt="FILESTREAM-WPF-HTTP_Sample_Screencast1_160x220.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt;
&lt;/h4&gt;This sample application highlights using SQL Server 2008 Table Value Parameters.&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25474" alt="TVP1-160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:13:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101330P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=53</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Change Data Capture.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25472" alt="CDC_160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; 
&lt;/h4&gt;&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25473" alt="FILESTREAM-WPF-HTTP_Sample_Screencast1_160x220.png" /&gt;&lt;/td&gt;&lt;td&gt;This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Table Value Parameters.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25474" alt="TVP1-160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:12:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101258P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=52</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Change Data Capture.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25472" alt="CDC_160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; 
&lt;/h4&gt;&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25473" alt="FILESTREAM-WPF-HTTP_Sample_Screencast1_160x220.png" /&gt;&lt;/td&gt;&lt;td&gt;This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Table Value Parameters.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25474" alt="TVP1-160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:12:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101234P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=51</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Change Data Capture.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25472" alt="CDC_160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25473" alt="FILESTREAM-WPF-HTTP_Sample_Screencast1_160x220.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Table Value Parameters.
&lt;/h4&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25474" alt="TVP1-160x120.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:12:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101200P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=50</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Change Data Capture.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SQLSrvE2E&amp;amp;DownloadId=25472" alt="CDC_160x120.png" /&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Table Value Parameters.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:10:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101054P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=49</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Change Data Capture.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Table Value Parameters.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Ashish Jaiman - &lt;a href="http://blogs.msdn.com/ajaiman/" class="externalLink"&gt;http://blogs.msdn.com/ajaiman/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:10:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111101006P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=Home&amp;version=48</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to Microsoft SQL Server End to End Samples 
&lt;/h2&gt; &lt;br /&gt;In this project you will find a series of samples highlighting features of SQL Server 2005 and 2008.  These samples have been contributed by Microsoft Developer &amp;amp; Platform Evangelism team outside of the regular release cycle.  We encourage MVPs and other members of the community to get involved with this project by:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Downloading this Release&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/Thread/List.aspx" class="externalLink"&gt;Participating in Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/SQLSrvE2E/WorkItem/List.aspx" class="externalLink"&gt;Posting Issues&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;If you would like to contribute new End to End samples to this site or make contributions to samples already posted, &lt;a href="http://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=SQLTeamAdmin&amp;amp;OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fUserAccount%2fUserProfile.aspx%3fUserName%3dSQLTeamAdmin" class="externalLink"&gt;Contact the Project Admin&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;
Samples on this site include:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20CDC%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 CDC Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Change Data Capture.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20FILESTREAM-WPF-HTTP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 FILESTREAM-WPF-HTTP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 varbinary(max) FILESTREAM.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SQLSrvE2E/Wiki/View.aspx?title=SQL2K8%20TVP%20Sample&amp;amp;referringTitle=Home"&gt;SQL2K8 TVP Sample&lt;/a&gt; - This sample application highlights using SQL Server 2008 Table Value Parameters.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="/Release/ProjectReleases.aspx?ProjectName=SQLSrvE2E" class="externalLink"&gt;Click here to download a ZIP file of the most recent Release.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Authors:&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Roger Doherty - &lt;a href="http://blogs.msdn.com/rdoherty/" class="externalLink"&gt;http://blogs.msdn.com/rdoherty/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Zach Skyles Owens - &lt;a href="http://blogs.msdn.com/zowens/" class="externalLink"&gt;http://blogs.msdn.com/zowens/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ZachSkylesOwens</author><pubDate>Fri, 11 Jan 2008 22:09:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111100935P</guid></item></channel></rss>