/ Published in: SQL
Expand |
Embed | Plain Text
EXEC sp_rename 'dbo.tableName.OldColumnName', 'NewColumnName', 'COLUMN'
You need to login to post a comment.
certainlyakey on 07/22/10
1 person have marked this snippet as a favorite
EXEC sp_rename 'dbo.tableName.OldColumnName', 'NewColumnName', 'COLUMN'
You need to login to post a comment.