Ignoring Table Column Order?
Pwales
Posts: 9
Just downloaded the demo today, love the product. One question though How so I get the compare to ignore tables that are identical but the columns just appear in a different order :?:
I did search, couldn't find the answer. Thanks.
I did search, couldn't find the answer. Thanks.
Comments
However, the actual textual difference in the object will still be highlighted in the SQL Differences pane, but the difference will not be included in the synchronisation script.
I have one field that is in a different place in every table between two databases, so all tables are appearing as different, giving me a manual job to wade through and see which have other differences too.....
Thanks.
Unfortunately there is no way to ignore the highlighted differences in the SQL Differences pane. This view will always highlight any textual differences between the objects. SQL Compare will try to match them up as best it can, but it does not attempt to reorganise the sql. This is done mainly for speed, but also because most people still want to see that there are actually differences present.
If there are any semantic differences identified, you will need to skip past the known column order differences and review the other dissimilarities.
Simon C
They were showing up in the differences, and you know what they were subtlely different - on one side the column is declared NULL one side declared NOT NULL and I hadn't spotted it.
This is a TIMESTAMP field type. not sure Nulls mean much here.
No way of ignoring the NUll/NOT NULL on the columns in the compare?
Simon C