Why are you doing this Riklund? Are you renaming your database fields on the fly? I hope not.
I cannot take responsibility if you hose your database with the following suggestion so please back it up before proceeding. 😛
In fact, I would suggest creating a dummy database to test on!
The SQL query to pull this off would be:
ALTER TABLE TableName RENAME COLUMN ColumnName TO NewColumnName
Example:
ALTER TABLE Employees RENAME COLUMN SocSec To SocialSecurity