posted 7/2/2009 by Vijendra Shakya
Many times there is needed to change the column name of table.So, we can change the column name of the table as follow:Sp_Rename 'TableName.OldColumnName','NewColumnName','Column'
Sp_Rename 'TableName.OldColumnName','NewColumnName','Column'
Here Column is the keyword.
Hope it will help to all…
What kind of email newsletter would you prefer to receive from CodeAsp.Net?18