How to show DB statistics in the SQL Compare?
ohamada
Posts: 3 New member
in SQL Compare
I have trying to compare two databases and I can't find the differences in Statistics as it has be dropped and recreated while Alter tables or while rebuilding tables
Tagged:
Answers
If you have not changed the default options, the option "Ignore statistics" is checked by default:
so this may be what is occurring.
Please check that and let me know!
Kind regards,
Alex
Have you visited our Help Center?
Ah, righto, that section is the filter and it is only for filtering objects.
The Statistics are not categorized as a separate objects from the table they are created on (like indexes, constraints and DML triggers). All of those will be contained with the table objects and show as differences there.
Kind regards,
Alex
Have you visited our Help Center?