Nandini
Nandini

Reputation: 65

data comparision between two different database fails in ssdt visual studio 2013

I tried to compare two different databases objects/schema in ssdt visual studio 2013. Both the databases have similar tables. while comparing all the tables are not detected. what might be the reason ? can some one help me on this ?

Upvotes: 0

Views: 51

Answers (1)

Peter Schott
Peter Schott

Reputation: 4726

Most likely a lack of primary keys (maybe unique keys/constraints). If you need more flexibility, Red-Gate's SQL Compare has more options to define columns to use in the case that there aren't any defined unique constraints.

Upvotes: 2

Related Questions