Sol1 : just click on the table in Object explorer, hit F2 and rename it
Sol 2 :
Sol 2 :
EXECUTE sp_rename 'oldTableName' , 'newTableName'
EXECUTE sp_rename 'tb1' , 'tb2'
It really work try it.
for .NET Developers, Cloud Architects, SQL Server Performance Tuning, Devops specialist and Azure DevOps.