When you are comparing data using SQL Server Data Tools through VS 2013 pro, I have a scenario where some tables seem to be skipped.
I mean, there is data in TableA on the source server, but there is no data in the equivalent table on the destination server.
However, the row for TableA not displayed in the result window.
Also, if I try to filter the results in the next step before clicking Finish, TableA will not appear as an option for filtering. It is almost as if the table did not exist on the target server. I checked that there are:
- Connect via SSMS and view a list of tables
- Running
SELECT * FROM information_schema.tables
In both cases, I see the table is indicated.
Has anyone else seen this? What am I missing?
sql-server visual-studio-2013 sql-server-2008 ssdt sql-server-data-tools
lee_mcmullen
source share