<?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 youdidwhatwithtsql.com</title>
	<atom:link href="http://www.youdidwhatwithtsql.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.youdidwhatwithtsql.com</link>
	<description>making DBAs everywhere curse!</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:38:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Deleting sequential duplicates with TSQL by Weekly Link Post 160 &#171; Rhonda Tipton&#039;s WebLog</title>
		<link>http://www.youdidwhatwithtsql.com/deleting-sequential-duplicates-with-tsql/869/comment-page-1#comment-226</link>
		<dc:creator>Weekly Link Post 160 &#171; Rhonda Tipton&#039;s WebLog</dc:creator>
		<pubDate>Tue, 07 Sep 2010 01:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/deleting-sequential-duplicates-with-tsql/869#comment-226</guid>
		<description>[...] Deleting sequential duplicates with TSQL &#8211; &#8220;I was recently given a du-duping task which was much more difficult than I anticipated and taxed my SQL brain to its limits.&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Deleting sequential duplicates with TSQL &#8211; &#8220;I was recently given a du-duping task which was much more difficult than I anticipated and taxed my SQL brain to its limits.&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating &amp; deleting records with no match in another table by Steve Tuinstra</title>
		<link>http://www.youdidwhatwithtsql.com/updating-deleting-records-with-no-match-in-another-table/153/comment-page-1#comment-224</link>
		<dc:creator>Steve Tuinstra</dc:creator>
		<pubDate>Tue, 31 Aug 2010 19:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/?p=153#comment-224</guid>
		<description>Thanks.  This is exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks.  This is exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running multiple instances of MySQL by Rhys</title>
		<link>http://www.youdidwhatwithtsql.com/running-multiple-instances-mysql/756/comment-page-1#comment-221</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Mon, 16 Aug 2010 21:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/?p=756#comment-221</guid>
		<description>Hi Roberto,

No I don&#039;t. What errors are you getting? Different versions should be ok in theory.

Cheers,

Rhys</description>
		<content:encoded><![CDATA[<p>Hi Roberto,</p>
<p>No I don&#8217;t. What errors are you getting? Different versions should be ok in theory.</p>
<p>Cheers,</p>
<p>Rhys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running multiple instances of MySQL by Roberto</title>
		<link>http://www.youdidwhatwithtsql.com/running-multiple-instances-mysql/756/comment-page-1#comment-220</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Mon, 16 Aug 2010 13:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/?p=756#comment-220</guid>
		<description>Very good.
I need a similar configuration, but to 2 MySQL instances, dif versions as MySQL5.0 and MySQL 5.1. I am trying on dirs /usr/local/mysql50 and /usr/local/mysql51 but with errors yet... do you have a tuto to this other especific case ? I continue testing other ways, i will post later... (my case is Fedora Linux 13).</description>
		<content:encoded><![CDATA[<p>Very good.<br />
I need a similar configuration, but to 2 MySQL instances, dif versions as MySQL5.0 and MySQL 5.1. I am trying on dirs /usr/local/mysql50 and /usr/local/mysql51 but with errors yet&#8230; do you have a tuto to this other especific case ? I continue testing other ways, i will post later&#8230; (my case is Fedora Linux 13).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on String or binary data would be truncated. by mbourgon</title>
		<link>http://www.youdidwhatwithtsql.com/string-or-binary-data-would-be-truncated/706/comment-page-1#comment-217</link>
		<dc:creator>mbourgon</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/string-or-binary-data-would-be-truncated/706#comment-217</guid>
		<description>I actually just opened a connect case for this truncation error.  While I have a way around it (select into temp tables with the ANSI WARNINGS on and off, then EXCEPT the two tables), it&#039;s still aggravating.  Feel free to vote on it.

https://connect.microsoft.com/SQLServer/feedback/details/585266/overflow-return-which-field-is-having-the-issue</description>
		<content:encoded><![CDATA[<p>I actually just opened a connect case for this truncation error.  While I have a way around it (select into temp tables with the ANSI WARNINGS on and off, then EXCEPT the two tables), it&#8217;s still aggravating.  Feel free to vote on it.</p>
<p><a href="https://connect.microsoft.com/SQLServer/feedback/details/585266/overflow-return-which-field-is-having-the-issue" rel="nofollow">https://connect.microsoft.com/SQLServer/feedback/details/585266/overflow-return-which-field-is-having-the-issue</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS: Don&#8217;t run the process on a bank Holiday by Rhys</title>
		<link>http://www.youdidwhatwithtsql.com/ssis-dont-run-the-process-on-a-bank-holiday/452/comment-page-1#comment-216</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Thu, 12 Aug 2010 20:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/ssis-dont-run-the-process-on-a-bank-holiday/452#comment-216</guid>
		<description>Hi,

Thanks for pointing that out, I obviously forgot to include that! I&#039;ll get the post updated and give you credit in the next few days.

Cheers,

Rhys</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for pointing that out, I obviously forgot to include that! I&#8217;ll get the post updated and give you credit in the next few days.</p>
<p>Cheers,</p>
<p>Rhys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS: Don&#8217;t run the process on a bank Holiday by Dr. Drew</title>
		<link>http://www.youdidwhatwithtsql.com/ssis-dont-run-the-process-on-a-bank-holiday/452/comment-page-1#comment-215</link>
		<dc:creator>Dr. Drew</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/ssis-dont-run-the-process-on-a-bank-holiday/452#comment-215</guid>
		<description>Helpful article! There was just one thing I noticed that you didn&#039;t include. On the SQL task, under &quot;Result Set&quot;, you need to assign the result column to the @BankHoliday variable. This process does not work until you do so.</description>
		<content:encoded><![CDATA[<p>Helpful article! There was just one thing I noticed that you didn&#8217;t include. On the SQL task, under &#8220;Result Set&#8221;, you need to assign the result column to the @BankHoliday variable. This process does not work until you do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Powershell Nuggets by Rhys</title>
		<link>http://www.youdidwhatwithtsql.com/more-powershell-nuggets/239/comment-page-1#comment-214</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Tue, 10 Aug 2010 19:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/more-powershell-nuggets/239#comment-214</guid>
		<description>Hi Brock,

Here&#039;s how you can resolve the issue you pointed out...

http://www.youdidwhatwithtsql.com/kill-all-processes-by-name-with-powershell/853

Cheers,

Rhys</description>
		<content:encoded><![CDATA[<p>Hi Brock,</p>
<p>Here&#8217;s how you can resolve the issue you pointed out&#8230;</p>
<p><a href="http://www.youdidwhatwithtsql.com/kill-all-processes-by-name-with-powershell/853" rel="nofollow">http://www.youdidwhatwithtsql.com/kill-all-processes-by-name-with-powershell/853</a></p>
<p>Cheers,</p>
<p>Rhys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Powershell Nuggets by Rhys</title>
		<link>http://www.youdidwhatwithtsql.com/more-powershell-nuggets/239/comment-page-1#comment-213</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Mon, 09 Aug 2010 23:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/more-powershell-nuggets/239#comment-213</guid>
		<description>Yep, probably quite simple to get all process ids with a specific name and then kill them one-by-one. I might have a stab at it in a day or two if you don&#039;t.

Cheers,

Rhys</description>
		<content:encoded><![CDATA[<p>Yep, probably quite simple to get all process ids with a specific name and then kill them one-by-one. I might have a stab at it in a day or two if you don&#8217;t.</p>
<p>Cheers,</p>
<p>Rhys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Powershell Nuggets by Brock</title>
		<link>http://www.youdidwhatwithtsql.com/more-powershell-nuggets/239/comment-page-1#comment-212</link>
		<dc:creator>Brock</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/more-powershell-nuggets/239#comment-212</guid>
		<description>This script works until you have multiple processes with the same name. Try opening two or more notepads and kill them. You get a big fat error. Anyway around it?</description>
		<content:encoded><![CDATA[<p>This script works until you have multiple processes with the same name. Try opening two or more notepads and kill them. You get a big fat error. Anyway around it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
