例如:
alter table tablename rename "old col name" to "new col name"
sp_rename 'TableName.ColumnName','NewColumnName','COLUMN'