renaming column
how can i rename colunm?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 7, 2014, 10:41 AM
sp_RENAME 'TableName.[OldColumnName]' , '[NewColumnName]', 'COLUMN'
Shridhar SharmaPosted Apr 7, 2014, 6:59 AM
saurabh mittalPosted Mar 7, 2014, 9:00 AM
Hi shridhar
Which column u r talking about.pls give more detail