Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2019 schema compare no differences detected

I am using New Schema Comparison to compare 2 Databases but this tools return " compare no differences detected "
I am using VS 2019

like image 626
Karam Omran Avatar asked Nov 16 '19 11:11

Karam Omran


Video Answer


2 Answers

Have a look at the Error List in Visual Studio.

screenshot

In my case it contained errors, but it's not obvious that an error has occurred from the SQL Schema Compare UI.

like image 118
Matthew Lock Avatar answered Oct 05 '22 14:10

Matthew Lock


I just faced the same problem. In my case, it was because the database user did not have enough privileges.

like image 34
Giovanny Farto M. Avatar answered Oct 05 '22 14:10

Giovanny Farto M.