sp_RENAME '[Oldtablename]' , '[Newtablename]'For
example if my table name is class and i want to rename class with NewClass then the script will be like
sp_RENAME 'class', 'NewClass'sp_RENAME '[Oldtablename]' , '[Newtablename]'For
example if my table name is class and i want to rename class with NewClass then the script will be like
sp_RENAME 'class', 'NewClass'
Join the conversation! Your thoughts help the community grow.