<?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 on: SQL SERVER - Collate - Case Sensitive SQL Query Search</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<pubDate>Tue, 06 Jan 2009 15:11:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tina</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-44467</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-44467</guid>
		<description>I have updated a table's length property using Alter table. However when running sp_help TableName it displays the old value for the length. How do I update this information?</description>
		<content:encoded><![CDATA[<p>I have updated a table&#8217;s length property using Alter table. However when running sp_help TableName it displays the old value for the length. How do I update this information?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-43426</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-43426</guid>
		<description>Thanks resolved a problem I had with loading data from an Oracle db.</description>
		<content:encoded><![CDATA[<p>Thanks resolved a problem I had with loading data from an Oracle db.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamn</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42552</link>
		<dc:creator>kamn</dc:creator>
		<pubDate>Mon, 08 Sep 2008 17:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42552</guid>
		<description>Very Helpful.Thanks..You are Awesome !</description>
		<content:encoded><![CDATA[<p>Very Helpful.Thanks..You are Awesome !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipul</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42539</link>
		<dc:creator>Vipul</dc:creator>
		<pubDate>Mon, 08 Sep 2008 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42539</guid>
		<description>very useful &#38; helpful as well!!</description>
		<content:encoded><![CDATA[<p>very useful &amp; helpful as well!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poonam Gupta</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42382</link>
		<dc:creator>Poonam Gupta</dc:creator>
		<pubDate>Thu, 04 Sep 2008 05:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42382</guid>
		<description>it's realy useful and helpful for me .thax to u</description>
		<content:encoded><![CDATA[<p>it&#8217;s realy useful and helpful for me .thax to u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koteswara Rao</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42046</link>
		<dc:creator>Koteswara Rao</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-42046</guid>
		<description>You don't need to give DatabaseName in EXEC sp_help if your object explorer already selected a database by default

You can give TableName in place of DatabaseName if data base is selected like EXEC sp_help </description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to give DatabaseName in EXEC sp_help if your object explorer already selected a database by default</p>
<p>You can give TableName in place of DatabaseName if data base is selected like EXEC sp_help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vallabh</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-41485</link>
		<dc:creator>Vallabh</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-41485</guid>
		<description>EXEC sp_help DatabaseName ... does not work

i replaced my database name above....it gave me error saying....
The object 'aim0rodb' does not exist in database 'aim0rodb'.
where 'aim0rodb'  is my database name...

any help........

Thanks in advance...</description>
		<content:encoded><![CDATA[<p>EXEC sp_help DatabaseName &#8230; does not work</p>
<p>i replaced my database name above&#8230;.it gave me error saying&#8230;.<br />
The object &#8216;aim0rodb&#8217; does not exist in database &#8216;aim0rodb&#8217;.<br />
where &#8216;aim0rodb&#8217;  is my database name&#8230;</p>
<p>any help&#8230;&#8230;..</p>
<p>Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shravan</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-39368</link>
		<dc:creator>shravan</dc:creator>
		<pubDate>Fri, 20 Jun 2008 02:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-39368</guid>
		<description>Thanks
it is to much helpful for me</description>
		<content:encoded><![CDATA[<p>Thanks<br />
it is to much helpful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shravan</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-39367</link>
		<dc:creator>shravan</dc:creator>
		<pubDate>Fri, 20 Jun 2008 02:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-39367</guid>
		<description>it is to much helpful for me</description>
		<content:encoded><![CDATA[<p>it is to much helpful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MasterHoon</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-39283</link>
		<dc:creator>MasterHoon</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-39283</guid>
		<description>very useful. thanks!</description>
		<content:encoded><![CDATA[<p>very useful. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ralpharama</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38993</link>
		<dc:creator>ralpharama</dc:creator>
		<pubDate>Thu, 05 Jun 2008 09:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38993</guid>
		<description>Thanks for that useful page.</description>
		<content:encoded><![CDATA[<p>Thanks for that useful page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Joshi</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38920</link>
		<dc:creator>Deepak Joshi</dc:creator>
		<pubDate>Mon, 02 Jun 2008 14:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38920</guid>
		<description>Thanks, Pinal.
It is a very useful piece of information.</description>
		<content:encoded><![CDATA[<p>Thanks, Pinal.<br />
It is a very useful piece of information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HEMANT VERMA</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38768</link>
		<dc:creator>HEMANT VERMA</dc:creator>
		<pubDate>Fri, 23 May 2008 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38768</guid>
		<description>very helpful....thank you very much.</description>
		<content:encoded><![CDATA[<p>very helpful&#8230;.thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahliana Byrd</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38052</link>
		<dc:creator>Ahliana Byrd</dc:creator>
		<pubDate>Wed, 14 May 2008 20:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-38052</guid>
		<description>You rock. THANKS. You solved what I was being told couldn't really be solved. Excellent!</description>
		<content:encoded><![CDATA[<p>You rock. THANKS. You solved what I was being told couldn&#8217;t really be solved. Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-34858</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Fri, 04 Apr 2008 23:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-34858</guid>
		<description>Brilliant! Thanks for finding this and getting out here where I could find it.

And did Saeed figure the problem was the wrong character for quoting text (‘saeed’ vs. 'saeed')?</description>
		<content:encoded><![CDATA[<p>Brilliant! Thanks for finding this and getting out here where I could find it.</p>
<p>And did Saeed figure the problem was the wrong character for quoting text (‘saeed’ vs. &#8217;saeed&#8217;)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nandan Mathure</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-34597</link>
		<dc:creator>Nandan Mathure</dc:creator>
		<pubDate>Thu, 27 Mar 2008 07:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-34597</guid>
		<description>Hi, 

I am working on an application where end user will define his own collation. Can collation be specified on fly without using sp_executesql function.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am working on an application where end user will define his own collation. Can collation be specified on fly without using sp_executesql function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin J. Moses</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-34433</link>
		<dc:creator>Justin J. Moses</dc:creator>
		<pubDate>Wed, 19 Mar 2008 01:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-34433</guid>
		<description>v. handy. 

thanx Pinal</description>
		<content:encoded><![CDATA[<p>v. handy. </p>
<p>thanx Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranjan</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-33829</link>
		<dc:creator>ranjan</dc:creator>
		<pubDate>Tue, 19 Feb 2008 10:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-33829</guid>
		<description>thanks brother

for your blogs</description>
		<content:encoded><![CDATA[<p>thanks brother</p>
<p>for your blogs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-33526</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Wed, 06 Feb 2008 06:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-33526</guid>
		<description>Thanks. Its working with SQLServer 2000</description>
		<content:encoded><![CDATA[<p>Thanks. Its working with SQLServer 2000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand K</title>
		<link>http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-27063</link>
		<dc:creator>Anand K</dc:creator>
		<pubDate>Wed, 19 Dec 2007 08:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/30/case-sensitive-sql-query-search/#comment-27063</guid>
		<description>Hi Dave,

     Thank you very much for this help.This is the thing i needed.

Thank you once again</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>     Thank you very much for this help.This is the thing i needed.</p>
<p>Thank you once again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
