Hi
I have a table in which one column has space(like "First Name"). Using SSRS I m passing columns to fetch the records of that particular column. But my problem is that if I pass column with spaces(First Name), in preview it is saying that "'First' column does not exists". I tried keeping square brackets ([]) around the columns([First Name]), it is saying parser error. How can I resolve this issue?