﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Column Name Case Sentive / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 09:45:10 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>The xml is fixed definition.I think that is a solution but is dirty code.The only way then is to obtain a column with other name like "A0" instead "a", ugly but is the only way i think</description><pubDate>Mon, 07 Jan 2013 07:33:59 GMT</pubDate><dc:creator>matiaskenig</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>That makes sense, and I can see why you're having problems. Is it possible to get the Columns renamed in the XML source or is this a fixed definition?One thing you could do is create a staging database with Case sensitivity enabled, preload the XML there then sit a view over the top with Proper column names.</description><pubDate>Mon, 07 Jan 2013 07:30:16 GMT</pubDate><dc:creator>Jason-299789</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>Is a lot to explan but i have build a funcion to convert XML to TABLE, and represent by column names the alias names of the XML format, and in xml have columns with same name (but case sensitive), then i need to represent exactly in the columnexample&amp;lt;cols&amp;gt;  &amp;lt;i name="A"/&amp;gt;  &amp;lt;i name="a"/&amp;gt;&amp;lt;/cols&amp;gt;&amp;lt;rows&amp;gt;  &amp;lt;i a="John" A="Male" /&amp;gt;&amp;lt;/rows&amp;gt;</description><pubDate>Mon, 07 Jan 2013 07:14:14 GMT</pubDate><dc:creator>matiaskenig</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>Why cant you just name the columns differently? Especially if its a temporary thing like a table variable.</description><pubDate>Mon, 07 Jan 2013 07:08:02 GMT</pubDate><dc:creator>Jason-299789</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>I have entire database in other collation mode,only need to use this TABLE VARIABLE with column names case sensitive, only for this table, is a way to do this? Thanks</description><pubDate>Mon, 07 Jan 2013 07:02:30 GMT</pubDate><dc:creator>matiaskenig</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>The object gets its collation from the database, so the database where you are declaring the table variable must be in a case sensitive collation.</description><pubDate>Mon, 07 Jan 2013 01:23:21 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>Oh, entire database :(i only need this for a single table variable, is there a way to do?</description><pubDate>Sun, 06 Jan 2013 16:23:21 GMT</pubDate><dc:creator>matiaskenig</dc:creator></item><item><title>RE: Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>Yes, but database must have Case Sensitive collation.</description><pubDate>Sun, 06 Jan 2013 14:36:27 GMT</pubDate><dc:creator>e4d4</dc:creator></item><item><title>Column Name Case Sentive</title><link>http://www.sqlservercentral.com/Forums/Topic1403350-391-1.aspx</link><description>Hi, im Matias from Argentina,i need to know if exist a way to change the collation of the TABLE column nameEXAMPLE: Table "table1" contains two columns: "column1" and "COLUMN1" and both need to be different.Please help.</description><pubDate>Sun, 06 Jan 2013 13:49:19 GMT</pubDate><dc:creator>matiaskenig</dc:creator></item></channel></rss>