I have a table with 2.5 million records and I want to add a new column to it in a certain place. I would normally do this in design view in Enterprise Manager, but with my table of this many records, it takes literally 30 minutes to save a 1 byte column. When I do this with "ALTER TABLE" statement, it does it immediately, but I cant put the column in between other columns?? So my question is either why is it so slow OR can I use the ALTER TABLE statement to place the column where I want?