<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for SQL Case sensitivity   (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/430862-sql-case-sensitivity/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for SQL Case sensitivity   (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/</link></image><description>SQL Case sensitivity  </description><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/</link><language>en-us</language><pubDate>Fri, 03 Oct 2008 13:12:51 GMT</pubDate><lastBuildDate>Fri, 03 Oct 2008 13:12:51 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3599.6114, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Re: SQL Case sensitivity  </title><description>&lt;BR&gt;Good call, it would appear I've built the database with a CS collation rather than CI.&amp;nbsp; Next rebuild I reset it&amp;nbsp;and see what happens.&amp;nbsp;&amp;nbsp;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430991</link><pubDate>Fri, 03 Oct 2008 13:12:51 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430991</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430991/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Good call, it would appear I've built the database with a CS collation rather than CI.&amp;nbsp; Next rebuild I reset it&amp;nbsp;and see what happens.&amp;nbsp;&amp;nbsp;</evnet:previewtext><dc:creator>PerfectPhase</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430991/Trackback.aspx</trackback:ping></item><item><title>Re: Re: SQL Case sensitivity  </title><description>Setting to collation to "CS"s instead of "CI"s&amp;nbsp;of database will definately affect your case, but I doubt that'll affect how the server interprete the SQL statements as well.&lt;BR&gt;&lt;BR&gt;But maybe PerfectPhase can try to set the server collation to those one of those "CI" types...</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430937</link><pubDate>Fri, 03 Oct 2008 01:57:47 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430937</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430937/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Setting to collation to "CS"s instead of "CI"s&amp;nbsp;of database will definately affect your case, but I doubt that'll affect how the server interprete the SQL statements as well.But maybe PerfectPhase can try to set the server collation to those one of those "CI" types...</evnet:previewtext><dc:creator>cheong</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430937/Trackback.aspx</trackback:ping></item><item><title>Re: SQL Case sensitivity  </title><description>I believe this can be specified per-database; it also controls whether 'a' == 'A', for example.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430912</link><pubDate>Thu, 02 Oct 2008 21:40:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430912</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430912/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I believe this can be specified per-database; it also controls whether 'a' == 'A', for example.</evnet:previewtext><dc:creator>Matthew van Eerde</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430912/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: SQL Case sensitivity  </title><description>Minor pedant's complaint.&lt;br&gt;&lt;br&gt;But in the context of security, it's spelled "Princi&lt;b&gt;pal&lt;/b&gt;" not "Principle" :)&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430883</link><pubDate>Thu, 02 Oct 2008 18:35:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430883</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430883/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Minor pedant's complaint.But in the context of security, it's spelled "Principal" not "Principle" :)</evnet:previewtext><dc:creator>W3bbo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430883/Trackback.aspx</trackback:ping></item><item><title>Re: Re: SQL Case sensitivity  </title><description>Not sure what's happened here, suddenly started getting runtime errors about tables and fields&amp;nbsp;not existing, for example...&lt;BR&gt;&lt;BR&gt;BAD:&lt;BR&gt;&lt;A href="http://www.grostech.com/tmp/siw/c9/lower.png" rel=lightbox&gt;&lt;IMG alt="" src="http://www.grostech.com/tmp/siw/c9/lower.png"&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;GOOD:&lt;BR&gt;&lt;A href="http://www.grostech.com/tmp/siw/c9/upper/png" rel=lightbox&gt;&lt;IMG alt="" src="http://www.grostech.com/tmp/siw/c9/upper.png"&gt;&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;Think it must be something to do with how the database project is deployed, just moved from DBPro GDR CTP16 to CTP17.</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430869</link><pubDate>Thu, 02 Oct 2008 17:31:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430869</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430869/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Not sure what's happened here, suddenly started getting runtime errors about tables and fields&amp;nbsp;not existing, for example...BAD:GOOD:&amp;nbsp;Think it must be something to do with how the database project is deployed, just moved from DBPro GDR CTP16 to CTP17.</evnet:previewtext><dc:creator>PerfectPhase</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430869/Trackback.aspx</trackback:ping></item><item><title>Re: SQL Case sensitivity  </title><description>Never? It's definitely not on my SQL Server 2008 boxes.</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430863</link><pubDate>Thu, 02 Oct 2008 16:57:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/430862-SQL-Case-sensitivity/?CommentID=430863</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430863/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Never? It's definitely not on my SQL Server 2008 boxes.</evnet:previewtext><dc:creator>Sven Groot</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430863/Trackback.aspx</trackback:ping></item></channel></rss>