How to rename the column on a DB





1.00/5 (1 vote)
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'