Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to rename database table column with new name?

user-image
Question added by Moaiad Hawash , Senior .Net Developer and Project System Analyst , Trainera
Date Posted: 2014/07/19
Prospero Sevilla
by Prospero Sevilla , IT Generalist , Abu Zaid & El Essawi Group

Using Management Studio, right-click the tablename, select Design from the pop-up menu, click the column you want to rename, type the desired column name then click save.

 

mojtaba amiri
by mojtaba amiri , Senior Software Developer , Kharazmi IT Corp.

You can use sp_rename like this:

 

exec sp_rename 'tableName.OlColName', 'new column name', 'COLUMN'

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.