I have a movie db in sql 7 that I like to keep sorted by title. I have been
exporting to another table, and sorting output by title, then deleting the
original table and renaming the new table to the old tablename.
I would love to script this but dont know how to rename a table. I can drop
and create via script, but thats it. Any help appreciated...
There is probably a better way to do this but I dont know it. Of course I
could always sort during the query but I like to have it presorted.
Thanks,
Kelly
exporting to another table, and sorting output by title, then deleting the
original table and renaming the new table to the old tablename.
I would love to script this but dont know how to rename a table. I can drop
and create via script, but thats it. Any help appreciated...
There is probably a better way to do this but I dont know it. Of course I
could always sort during the query but I like to have it presorted.
Thanks,
Kelly
Comment