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.
| 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." |
|
|
|
|
|