Rename Views

You can rename a view using sp_rename.

sp_rename objname , newname  

For example, to rename titleview to bookview, enter:

sp_rename titleview, bookview 
Follow these conventions when renaming views:
Related concepts
Naming Convention Identifiers