• Again, two 7.0 SP3 databases both with MDAC 2.7.

    After removing all indexes, constraints, and even SQL statistics I still got errors when I ran sp_fixColOrder.

    So my final solution was to rename the table (sp_rename obj, obj_new), create a new table from scratch, and run an "insert into obj select * from obj_old".