I would like to generate a SQL script using my current table format, which when executed would drop the table, re-build it using the updated structure, and then reload the table with data that was already in the table (assuming that the new structure still contains all of the old fields). Is there an easy way to do this? When I select Generate SQL Script, Enterprise Manager creates a script that drops the table and re-builds it but all the old data is then lost.