From: Peter C. <Pet...@me...> - 2006-03-28 16:27:05
|
> From: Matthew Buckett > But don't we just provide SQL migration? If you can work out how to rename tables in a portable way, you're doing better than I am (SQL Server uses EXEC sp_rename 'oldname', 'newname', but there are limitations). Or would you create the new table and move all the data and constraints across? - Peter |