<?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 Michael Bowersox&#039;s Blog</title>
	<atom:link href="http://www.michaelbowersox.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelbowersox.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 02:13:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Streaming Data Between Databases using SqlBulkCopy and SqlDataReader by Using a Custom IDataReader to Stream Data Into a Database &#171; Michael Bowersox&#039;s Blog</title>
		<link>http://www.michaelbowersox.com/2011/12/01/streaming-data-between-databases-using-sqlbulkcopy-and-sqldatareader/comment-page-1/#comment-840</link>
		<dc:creator>Using a Custom IDataReader to Stream Data Into a Database &#171; Michael Bowersox&#039;s Blog</dc:creator>
		<pubDate>Fri, 23 Dec 2011 02:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=808#comment-840</guid>
		<description>[...] Contact        &#171; Streaming Data Between Databases using SqlBulkCopy and SqlDataReader [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact        &laquo; Streaming Data Between Databases using SqlBulkCopy and SqlDataReader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple CTEs in Sequence by Recursive Queries Using CTEs &#171; Michael Bowersox&#039;s Blog</title>
		<link>http://www.michaelbowersox.com/2011/02/13/multiple-ctes-in-sequence/comment-page-1/#comment-422</link>
		<dc:creator>Recursive Queries Using CTEs &#171; Michael Bowersox&#039;s Blog</dc:creator>
		<pubDate>Thu, 10 Nov 2011 02:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=707#comment-422</guid>
		<description>[...] Using CTEs       I previously explained the basics of common table expressions (CTEs) as well as how to chain them in sequence when you need multiple temporary result sets to get the results you desire.  One of the topics I [...]</description>
		<content:encoded><![CDATA[<p>[...] Using CTEs       I previously explained the basics of common table expressions (CTEs) as well as how to chain them in sequence when you need multiple temporary result sets to get the results you desire.  One of the topics I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to Common Table Expressions by Recursive Queries Using CTEs &#171; Michael Bowersox&#039;s Blog</title>
		<link>http://www.michaelbowersox.com/2011/01/28/intro-to-common-table-expressions/comment-page-1/#comment-421</link>
		<dc:creator>Recursive Queries Using CTEs &#171; Michael Bowersox&#039;s Blog</dc:creator>
		<pubDate>Thu, 10 Nov 2011 02:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=677#comment-421</guid>
		<description>[...] Queries Using CTEs       I previously explained the basics of common table expressions (CTEs) as well as how to chain them in sequence when you need multiple temporary result sets to get [...]</description>
		<content:encoded><![CDATA[<p>[...] Queries Using CTEs       I previously explained the basics of common table expressions (CTEs) as well as how to chain them in sequence when you need multiple temporary result sets to get [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service by Michael Bowersox</title>
		<link>http://www.michaelbowersox.com/2009/03/31/how-to-properly-enumerate-user-profiles-using-the-sharepoint-user-profile-web-service/comment-page-1/#comment-250</link>
		<dc:creator>Michael Bowersox</dc:creator>
		<pubDate>Wed, 19 Oct 2011 11:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=313#comment-250</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-246&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-246&quot; rel=&quot;nofollow&quot;&gt;a7876557&lt;/a&gt; :&lt;/strong&gt;
          Your posted code is wrong
  getUserProfileByIndexResult.NextResult
This doesn’t compile, and should be
  getUserProfileByIndexResult.NextValue
         &lt;/blockquote&gt;

Thanks for the heads up on this!  I&#039;ve updated the post to reflect this change.  Hopefully this will teach me to compile all my code prior to posting online!</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-246"><p>
<strong><a href="#comment-246" rel="nofollow">a7876557</a> :</strong><br />
          Your posted code is wrong<br />
  getUserProfileByIndexResult.NextResult<br />
This doesn’t compile, and should be<br />
  getUserProfileByIndexResult.NextValue
         </p></blockquote>
<p>Thanks for the heads up on this!  I&#8217;ve updated the post to reflect this change.  Hopefully this will teach me to compile all my code prior to posting online!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service by a7876557</title>
		<link>http://www.michaelbowersox.com/2009/03/31/how-to-properly-enumerate-user-profiles-using-the-sharepoint-user-profile-web-service/comment-page-1/#comment-246</link>
		<dc:creator>a7876557</dc:creator>
		<pubDate>Tue, 18 Oct 2011 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=313#comment-246</guid>
		<description>Your posted code is wrong

  getUserProfileByIndexResult.NextResult

This doesn&#039;t compile, and should be

  getUserProfileByIndexResult.NextValue</description>
		<content:encoded><![CDATA[<p>Your posted code is wrong</p>
<p>  getUserProfileByIndexResult.NextResult</p>
<p>This doesn&#8217;t compile, and should be</p>
<p>  getUserProfileByIndexResult.NextValue</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Configurable Properties to a SharePoint Web Part&#8217;s Tool Pane by ben.shoemate</title>
		<link>http://www.michaelbowersox.com/2010/02/19/adding-configurable-properties-to-a-sharepoint-web-parts-tool-pane/comment-page-1/#comment-208</link>
		<dc:creator>ben.shoemate</dc:creator>
		<pubDate>Tue, 04 Oct 2011 01:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=559#comment-208</guid>
		<description>Ok - so I need some help doing this in sharepoint 2010....and to the Content By Query webpart which I have created a copy of. My custom webpart (a clone of CBQ) needs some custom tool pane options. Any resources you could point me too..or would you like to earn some consulting cash helping us out for a couple of hours tomorrow? thanks</description>
		<content:encoded><![CDATA[<p>Ok &#8211; so I need some help doing this in sharepoint 2010&#8230;.and to the Content By Query webpart which I have created a copy of. My custom webpart (a clone of CBQ) needs some custom tool pane options. Any resources you could point me too..or would you like to earn some consulting cash helping us out for a couple of hours tomorrow? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to WSPBuilder by Niels</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-106</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Thu, 18 Aug 2011 12:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-106</guid>
		<description>Thanks for this Introduction to WSPBuilder.

@joeller and anyone else running into trouble here
- make sure stsadm.exe is in your PATH
- even with stsadm.exe in my PATH, I had an error with the given command on Windows 7 ... surrounding the filename with quotes does the trick for me:

stsadm.exe –o addsolution –filename &quot;WSPBuilderDemo.wsp&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for this Introduction to WSPBuilder.</p>
<p>@joeller and anyone else running into trouble here<br />
- make sure stsadm.exe is in your PATH<br />
- even with stsadm.exe in my PATH, I had an error with the given command on Windows 7 &#8230; surrounding the filename with quotes does the trick for me:</p>
<p>stsadm.exe –o addsolution –filename &#8220;WSPBuilderDemo.wsp&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to Common Table Expressions by Multiple CTEs in Sequence &#171; www.michaelbowersox.com</title>
		<link>http://www.michaelbowersox.com/2011/01/28/intro-to-common-table-expressions/comment-page-1/#comment-52</link>
		<dc:creator>Multiple CTEs in Sequence &#171; www.michaelbowersox.com</dc:creator>
		<pubDate>Thu, 17 Feb 2011 01:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=677#comment-52</guid>
		<description>[...] Contact        &#171; Intro to Common Table Expressions [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact        &laquo; Intro to Common Table Expressions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service by SharePoint user profiles &#8211; Random thoughts from an Australian technologist</title>
		<link>http://www.michaelbowersox.com/2009/03/31/how-to-properly-enumerate-user-profiles-using-the-sharepoint-user-profile-web-service/comment-page-1/#comment-38</link>
		<dc:creator>SharePoint user profiles &#8211; Random thoughts from an Australian technologist</dc:creator>
		<pubDate>Mon, 12 Jul 2010 10:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=313#comment-38</guid>
		<description>[...] How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to WSPBuilder by Michael Bowersox</title>
		<link>http://www.michaelbowersox.com/2009/01/18/intro-to-wspbuilder/comment-page-1/#comment-32</link>
		<dc:creator>Michael Bowersox</dc:creator>
		<pubDate>Sat, 29 May 2010 13:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelbowersox.com/?p=143#comment-32</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-31&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-31&quot; rel=&quot;nofollow&quot;&gt;joeller&lt;/a&gt; :&lt;/strong&gt;
          The command line command “stsadm –o addsolution –filename WSPBuilderDemo.wsp” merely produces the error “command line error”, then lists all the possible operations for the command.  “stsadm.exe –o addsolution –filename WSPBuilderDemo.wsp” and “stsadm.exe -help” produce the same thing.
         &lt;/blockquote&gt;

This is the correct syntax.  Please see the following technet page: http://technet.microsoft.com/en-us/library/cc288721(office.12).aspx - Is your WSP file name WSPBuilderDemo.wsp?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-31"><p>
<strong><a href="#comment-31" rel="nofollow">joeller</a> :</strong><br />
          The command line command “stsadm –o addsolution –filename WSPBuilderDemo.wsp” merely produces the error “command line error”, then lists all the possible operations for the command.  “stsadm.exe –o addsolution –filename WSPBuilderDemo.wsp” and “stsadm.exe -help” produce the same thing.
         </p></blockquote>
<p>This is the correct syntax.  Please see the following technet page: <a href="http://technet.microsoft.com/en-us/library/cc288721(office.12).aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/cc288721(office.12).aspx</a> &#8211; Is your WSP file name WSPBuilderDemo.wsp?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

