You can rename a view, subject to the following guidelines:
For example:
sp_rename accounts, owing
renames the accounts view the owing view.
(For details, see the sp_rename system stored procedure in the Microsoft SQL Server Transact-SQL Reference.)