65.9K
CodeProject is changing. Read more.
Home

How to rename the column on a DB

starIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

1.00/5 (1 vote)

May 9, 2010

CPOL
viewsIcon

5728

That isn't complicated task but i thought this trick is enough usefullSP_RENAME 'YourTable.OldColumnName','NewColumnName','COLUMN'

That isn't complicated task but i thought this trick is enough usefull
SP_RENAME 'YourTable.OldColumnName','NewColumnName','COLUMN'