sp_RENAME 'TableName.[OldColumnName]' , '[NewColumnName]', 'COLUMN'
sp_RENAME '[OldTableName]' , '[NewTableName]'
No comments:
Post a Comment