Hi Techies, Today i am going to rename table column using "sp_RENAME" system defined procedure in very simple way, please use bellow query. EXEC sp_RENAME 'TableName.ColumnNameOld' , 'ColumnNameNew', 'COLUMN' Thanks
No comments:
Post a Comment