SQL data comparison tool for SQL Server Compact - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T22:52:52Z http://stackoverflow.com/feeds/question/634076 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/634076/sql-data-comparison-tool-for-sql-server-compact 1 SQL data comparison tool for SQL Server Compact Duncan Edwards 2009-03-11T11:03:37Z 2009-03-12T11:42:45Z <p>Does anyone know of a tool similiar to RedGate's SQL Data Compare that works with Microsoft SQL Server Compact 3.5?</p> http://stackoverflow.com/questions/634076/sql-data-comparison-tool-for-sql-server-compact/634409#634409 0 Answer by Wayne for SQL data comparison tool for SQL Server Compact Wayne 2009-03-11T13:00:49Z 2009-03-11T13:00:49Z <p>Have you tried <a href="http://www.starinix.com/sqlcompare02.htm" rel="nofollow">SQL Compare</a> from starinix? They say it supports SQL Server (All Editions) so that may include compact edition. </p> <p>This software does work as I have used it (for Yukon). It's also freeware which saves worrying about licensing.</p> http://stackoverflow.com/questions/634076/sql-data-comparison-tool-for-sql-server-compact/634742#634742 1 Answer by Duncan Edwards for SQL data comparison tool for SQL Server Compact Duncan Edwards 2009-03-11T14:28:08Z 2009-03-11T14:28:08Z <p>In the end I solved this problem by Exporting my 2 SQL Server Compact Databases to SQL Server Express 2005 (although 2008 would work) using <a href="http://www.primeworks-mobile.com/Products/DataPortConsole.html" rel="nofollow">Data Port Console</a>.</p> <p>I then compared them using <a href="http://www.red-gate.com/products/SQL%5FData%5FCompare/index.htm" rel="nofollow">Red Gate SQL Data Compare</a>.</p> <p>This solution works just fine for me.</p> http://stackoverflow.com/questions/634076/sql-data-comparison-tool-for-sql-server-compact/638259#638259 0 Answer by marc_s for SQL data comparison tool for SQL Server Compact marc_s 2009-03-12T11:42:45Z 2009-03-12T11:42:45Z <p>Not sure, but you could also have a look at the Apex SQL tools - Apex SQL Diff and Apex SQL DataDiff. There website is <a href="http://www.apexsql.com/sql%5Ftools%5Fdiff.asp" rel="nofollow">here</a>. They don't specifically mention SQL Server Compact - but I'm sure you could inquire with them.</p> <p>Red-Gate and Apex are my #1 choices for any kind of SQL tools :-)</p> <p>Marc</p>