Can LiteSpeed change the order of columns when restoring a database or an object when restoring a database or a table?
WORKAROUND:
SQL server does not have a way to move the order of a tables columns without creating a new table or moving the column using SSMS. It should not matter what order the columns are in unless bulk loading.
For additional information, se Microsoft:
http://blog.sqlauthority.com/2008/04/08/sql-server-change-order-of-column-in-database-tables/