Alter table Stu_Table rename to Stu_Table_10
EXEC sp_rename 'Stu_Table','Stu_Table_10'
EXEC sp_rename 'myschema.Stu_Table','Stu_Table_10'