Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Change Table Name via SQL Statement

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-10-26 : 11:49:10
Greg writes "How can I change a table name with SQL, without changing the data it contains?
My current solution is: read data from old table, create new table, insert data into new table and delete old table name.
But I think there would be a better way to do this."
   

- Advertisement -