I actually didn't notice this, in Access 2003/2007, I could set column display name different from its name in sql query string. But in sql server 2008, I couldn't find this option. I found "Description" but it's not what I want.
I think it's a very useful function that Sql Server 2008 should have. When I get data and display to DataGridView, the column name in sql query string displays, not quite friendly.
And I know I could embed my desired names in sql query string but that will take a lot of time if I have many columns, and it cannot be re-used.
I would greatly appreciate if someone could help me set "Column Display Name" in Sql Server 2008, thanks guys :)