sp_rename existingtablename,newtablename
Subscribe to:
Post Comments (Atom)
SQLQueriesCollection is blog for all sql queries in SqlServer at one place.SQL,SQL Query,SQL Queries,SQL Query Code,SQL Query Example,SQL Query Syntax,Basic Sql Queries,Query,SQL Examples,SQL Basic Queries,Structured Query Language.
1 comments:
alter table oldtab_name rename to newtab_name;
Post a Comment