Rename table in MS SQL Server

Rename table in MS SQL Server:

sp_rename 'old table name', 'new table name'

 

Leave a Reply

Your email address will not be published. Required fields are marked *