简体   繁体   中英

Visual Studio 2012 Schema Compare: Column Order and Constraint Names

I'm experimenting with the SQL Schema Compare in Visual Studio 2012 Premium.

How do I ignore the column order in the comparison?

I found some posts that state this option was introduced in VS 2010, but I only see "Ignore column collation" the option in VS2012. ( Discussion for vs2010 )

How do I ignore any differences in the names of the constraints in the comparison?

The constraints should be present, but do not need to have the same name.

The ignore column order was removed for VS2012 according to this link

As for ignoring the constraint name the only way I could see it done is visually comparing it. I am assuming you are wanting to do this because you have system-generated constraint names. You can avoid system-generated constrain name to overcome the issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM