You could change the name of the field via SQL Server Enterprise Manager (if you mean at the database level) ?
If you want to change the name of a field in the result set of a query then you can make use of Aliasing - i.e.
SELECT Field1 AS 'NewFieldName' FROM Table1
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.