T-SQL
SQL Server 2000 SP4
I am wondering if it is possible to directly change the name of a field in a table.
I can create a new field, copy the data and then delete the original field. But I don't think that that is a clean way of doing things.
FYI, I am writing a script to update a database.
zemp
SQL Server 2000 SP4
I am wondering if it is possible to directly change the name of a field in a table.
I can create a new field, copy the data and then delete the original field. But I don't think that that is a clean way of doing things.
FYI, I am writing a script to update a database.
zemp