<?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/"
		>
<channel>
	<title>Comments for Will Dearman Lifestream</title>
	<atom:link href="http://stream.willdearman.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stream.willdearman.com</link>
	<description>Lifestream of Will Dearman</description>
	<lastBuildDate>Wed, 29 Jul 2009 16:23:37 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on About by Will</title>
		<link>http://stream.willdearman.com/index.php/about/comment-page-1/#comment-70</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 29 Jul 2009 16:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?page_id=2#comment-70</guid>
		<description>@&lt;a href=&quot;http://www.marketing.fm/&quot; rel=&quot;nofollow&quot;&gt;Eric&lt;/a&gt;
I use a Wordpress plugin called WP Lifestream, which can be found at &lt;a href=&quot;http://www.ibegin.com/labs/wp-lifestream/&quot; rel=&quot;nofollow&quot;&gt;http://www.ibegin.com/labs/wp-lifestream/&lt;/a&gt;.  It is great and has really come a long way since I started using it last year.

Thanks!</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.marketing.fm/" rel="nofollow">Eric</a><br />
I use a Wordpress plugin called WP Lifestream, which can be found at <a href="http://www.ibegin.com/labs/wp-lifestream/" rel="nofollow">http://www.ibegin.com/labs/wp-lifestream/</a>.  It is great and has really come a long way since I started using it last year.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Eric Friedman</title>
		<link>http://stream.willdearman.com/index.php/about/comment-page-1/#comment-69</link>
		<dc:creator>Eric Friedman</dc:creator>
		<pubDate>Wed, 29 Jul 2009 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?page_id=2#comment-69</guid>
		<description>Thanks for including my links in your roundup - how did you display your full stream like that as a post in WP?</description>
		<content:encoded><![CDATA[<p>Thanks for including my links in your roundup &#8211; how did you display your full stream like that as a post in WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Digest for May 13th, 2009 by Daniel</title>
		<link>http://stream.willdearman.com/index.php/2009/05/daily-digest-for-may-13th-2009/comment-page-1/#comment-59</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 13 May 2009 20:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/index.php/2009/05/daily-digest-for-may-13th-2009/#comment-59</guid>
		<description>Thanks for linking to my post, Will. The new Google search can be a great reporting tool!</description>
		<content:encoded><![CDATA[<p>Thanks for linking to my post, Will. The new Google search can be a great reporting tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting Table Data from SQL Express 2005 using BCP [SOLVED] by Will</title>
		<link>http://stream.willdearman.com/index.php/2009/05/extracting-table-data-from-sql-express-2005-using-bcp-solved/comment-page-1/#comment-58</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 13 May 2009 20:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?p=151#comment-58</guid>
		<description>After upgrade to SQL SQL 2008 Express:
&lt;code&gt;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\&lt;/code&gt;

Then you can create an XML file format:
&lt;code&gt;bcp LocationStore802.dbo.Product format nul -c -x -f something.xml -T -S localhost\SQLEXPRESS&lt;/code&gt;
(This creates the XML schema something.xml in C:\Program Files\Microsoft SQL Server\100\Tools\Binn\ )

Then output to the new format:
&lt;code&gt;bcp.exe LocationStore802.dbo.Product out D:\TableData.xml -c -Slocalhost\SQLEXPRESS -T&lt;/code&gt;

Special thanks to &lt;a href=&quot;http://www.mssqltips.com/tip.asp?tip=1060&quot; rel=&quot;nofollow&quot;&gt;http://www.mssqltips.com/tip.asp?tip=1060&lt;/a&gt;!

Note: At this time I can&#039;t seem to open the non-template file in Excel as I originally intended. I am continuing to work on it and will post if I ever get it to work.</description>
		<content:encoded><![CDATA[<p>After upgrade to SQL SQL 2008 Express:<br />
<code>C:\Program Files\Microsoft SQL Server\100\Tools\Binn\</code></p>
<p>Then you can create an XML file format:<br />
<code>bcp LocationStore802.dbo.Product format nul -c -x -f something.xml -T -S localhost\SQLEXPRESS</code><br />
(This creates the XML schema something.xml in C:\Program Files\Microsoft SQL Server\100\Tools\Binn\ )</p>
<p>Then output to the new format:<br />
<code>bcp.exe LocationStore802.dbo.Product out D:\TableData.xml -c -Slocalhost\SQLEXPRESS -T</code></p>
<p>Special thanks to <a href="http://www.mssqltips.com/tip.asp?tip=1060" rel="nofollow">http://www.mssqltips.com/tip.asp?tip=1060</a>!</p>
<p>Note: At this time I can&#8217;t seem to open the non-template file in Excel as I originally intended. I am continuing to work on it and will post if I ever get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Digest for 2009-03-26 by Daily Digest for 2009-03-27 - Will Dearman Lifestream</title>
		<link>http://stream.willdearman.com/index.php/2009/03/daily-digest-for-2009-03-26-2/comment-page-1/#comment-30</link>
		<dc:creator>Daily Digest for 2009-03-27 - Will Dearman Lifestream</dc:creator>
		<pubDate>Sun, 29 Mar 2009 06:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/index.php/2009/03/daily-digest-for-2009-03-26-2/#comment-30</guid>
		<description>[...] Daily Digest for 2009-03-26 [...]</description>
		<content:encoded><![CDATA[<p>[...] Daily Digest for 2009-03-26 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Digest for 2009-03-20 by Daily Digest for 2009-03-21 - Will Dearman Lifestream</title>
		<link>http://stream.willdearman.com/index.php/2009/03/daily-digest-for-2009-03-20-2/comment-page-1/#comment-16</link>
		<dc:creator>Daily Digest for 2009-03-21 - Will Dearman Lifestream</dc:creator>
		<pubDate>Sun, 22 Mar 2009 07:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/index.php/2009/03/daily-digest-for-2009-03-20-2/#comment-16</guid>
		<description>[...] Daily Digest for 2009-03-20 [...]</description>
		<content:encoded><![CDATA[<p>[...] Daily Digest for 2009-03-20 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daily Digest for 2009-03-12 by Daily Digest for 2009-03-13 - Will Dearman Lifestream</title>
		<link>http://stream.willdearman.com/index.php/2009/03/daily-digest-for-2009-03-12-2/comment-page-1/#comment-8</link>
		<dc:creator>Daily Digest for 2009-03-13 - Will Dearman Lifestream</dc:creator>
		<pubDate>Sat, 14 Mar 2009 06:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?p=18#comment-8</guid>
		<description>[...] Daily Digest for 2009-03-12 [...]</description>
		<content:encoded><![CDATA[<p>[...] Daily Digest for 2009-03-12 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twelve Days of Christmas (2008 version) by Daily Digest for 2009-03-12 - Will Dearman Lifestream</title>
		<link>http://stream.willdearman.com/index.php/2009/03/twelve-days-of-christmas-2008-version/comment-page-1/#comment-6</link>
		<dc:creator>Daily Digest for 2009-03-12 - Will Dearman Lifestream</dc:creator>
		<pubDate>Fri, 13 Mar 2009 06:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?p=15#comment-6</guid>
		<description>[...] Twelve Days of Christmas (2008 version) [...]</description>
		<content:encoded><![CDATA[<p>[...] Twelve Days of Christmas (2008 version) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Credit Suisse using Illiquid Assets to Pay Bonuses by Daily Digest for 2009-03-12 - Will Dearman Lifestream</title>
		<link>http://stream.willdearman.com/index.php/2009/03/credit-suisse-using-illiquid-assets-to-pay-bonuses/comment-page-1/#comment-5</link>
		<dc:creator>Daily Digest for 2009-03-12 - Will Dearman Lifestream</dc:creator>
		<pubDate>Fri, 13 Mar 2009 06:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?p=13#comment-5</guid>
		<description>[...] Credit Suisse using Illiquid Assets to Pay Bonuses [...]</description>
		<content:encoded><![CDATA[<p>[...] Credit Suisse using Illiquid Assets to Pay Bonuses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on China as a sea power? by Daily Digest for 2009-03-12 - Will Dearman Lifestream</title>
		<link>http://stream.willdearman.com/index.php/2009/03/china-as-a-sea-power/comment-page-1/#comment-4</link>
		<dc:creator>Daily Digest for 2009-03-12 - Will Dearman Lifestream</dc:creator>
		<pubDate>Fri, 13 Mar 2009 06:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://willdearman.me/?p=11#comment-4</guid>
		<description>[...] China as a sea power? [...]</description>
		<content:encoded><![CDATA[<p>[...] China as a sea power? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
