Hi
As far as I know you cannot purposefully order the columns through
MSSQL except through the admin interface where you can drag them
around. The reason this works through the admin is that it's actually
dropping and recreating the table and migrating the data from a temp
spot. You can see all this happening by scripting out the change
before applying it.
I guess the real question is, why does matter?
Michael