﻿<?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 2005 / Development  / unable to select the column / 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>Thu, 23 May 2013 10:30:16 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>[quote][b]llawws (1/11/2012)[/b][hr]Thanks alot we have fix the issue.we have space with column name before and after.it was enclosing after including braces[/quote]No, wait: you mean you have a column named " something "? Who in his right mind could ever name a column that way?</description><pubDate>Wed, 11 Jan 2012 13:58:03 GMT</pubDate><dc:creator>spaghettidba</dc:creator></item><item><title>RE: unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>Thanks alot we have fix the issue.we have space with column name before and after.it was enclosing after including braces</description><pubDate>Wed, 11 Jan 2012 08:55:29 GMT</pubDate><dc:creator>Simha24</dc:creator></item><item><title>RE: unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>Maybe you need to do:[code="sql"]SELECT * FROM schema.table[/code]If the table is not in your default schema, it won't just show up automatically.</description><pubDate>Wed, 11 Jan 2012 08:17:12 GMT</pubDate><dc:creator>Grant Fritchey</dc:creator></item><item><title>RE: unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>May be an issue with the column name.Have you tried enclosing the name in square brackets? [code]SELECT [Column Name] FROM SomeTable[/code]</description><pubDate>Wed, 11 Jan 2012 07:56:06 GMT</pubDate><dc:creator>spaghettidba</dc:creator></item><item><title>RE: unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>[quote][b]llawws (1/11/2012)[/b][hr]when i am using bellow query i am getting problem.select * from table --&amp;gt; no issue table result is showing.where as when i use the column it was showing invalid column name.1. Column names are correct2. no deny select column from table is not working[/quote]Not a lot of detail to go on here. I think you are saying that when you select from the table with no where clause you get results but when you add your where clause you get no results? That means you don't have any data that meets the condition of the where clause.Can you post your actual query? That would provide a lot more information.</description><pubDate>Wed, 11 Jan 2012 07:55:54 GMT</pubDate><dc:creator>Sean Lange</dc:creator></item><item><title>RE: unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>Post table definition (the CREATE TABLE statement) and the query that you're using with the column name</description><pubDate>Wed, 11 Jan 2012 07:55:49 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>unable to select the column</title><link>http://www.sqlservercentral.com/Forums/Topic1233970-145-1.aspx</link><description>when i am using bellow query i am getting problem.select * from table --&amp;gt; no issue table result is showing.where as when i use the column it was showing invalid column name.1. Column names are correct2. no deny select column from table is not working</description><pubDate>Wed, 11 Jan 2012 07:30:46 GMT</pubDate><dc:creator>Simha24</dc:creator></item></channel></rss>