Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want to create an application which can take two database one as test database and other one as production database. After it i want to compare both database and show differences between both database.

What I have tried:

I want to develop this application in c# , Ado.net, entity framework.
Posted
Updated 7-Dec-17 9:08am
Comments
Nathan Minier 7-Dec-17 9:02am    
This is not really an appropriate usage of Entity Framework, since you can perform this comparison entirely in SQL. There are a few SQL-only solutions at:
https://www.mssqltips.com/sqlservertip/2779/ways-to-compare-and-find-differences-for-sql-server-tables-and-data/

1 solution

It will require a lot of code to do this and I am not sure what you are asking us. I would suggest you just buy a product that already does this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900