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