Thanks for the reply Niv3k.
That would work, but it would require a little bit more maintenance, especially if I do eventually change the column name through the GUI, then I would have to go back and change the SELECT statement in each page I had to compensate for the change.
I'm really just looking for the quickest fix to the problem itself with out having to go into Enterprise Manager and wait forever just to connect to the Database on my web host to fix the problem through the GUI. Connecting to the database on my remote web host using Query Analyzer is Much, Much faster and I would prefer to make changes that way via SQL statements, especially for something as small as the change I need to make.
I knew it would be a shot in the dark to solve the problem using the ALTER statement, but some guru out here always seems to know a clever way of doing something. Looks like it’s not possible for the ALTER statement. No problem, I will just deal with the slow db connectivity, and fix it through the GUI.
Thanks