query to rename table

query to rename table using sqlserver

sp_rename existingtablename,newtablename

1 comment:

Unknown said...

alter table oldtab_name rename to newtab_name;

Recent Posts