SQL Compare results showing identical objects as having diff
bbains
Posts: 5
Hi!
I've run a SQL Compare and it is showing several tables whose structures are identical as having differences. When I look at the scripts that are generated, they are identical. Any idea as to what is going on?
Also, when I run a compare against databases where the object owners are different, tables that have identical structures are marked as different because they have different owners. Is there a way to prevent this from happening?
I'm running version 6.1.0.53.
I've run a SQL Compare and it is showing several tables whose structures are identical as having differences. When I look at the scripts that are generated, they are identical. Any idea as to what is going on?
Also, when I run a compare against databases where the object owners are different, tables that have identical structures are marked as different because they have different owners. Is there a way to prevent this from happening?
I'm running version 6.1.0.53.
Thanks,
Buddy
Buddy
Comments
2) If all of tables under one owner (or schema in 2005) in the source database are owned by a single different owner in the target database, you can try using Map Owners... (a button on the main Edit Project Configuration window) to tell SQL Compare to treat those two owners as identical. This should be okay with just tables but you might run into difficulties if the tables are referred to by views / functions / stored procedures etc. as the references in the bodies of those objects won't be made identical by the mapping.
Redgate Software