SQL data comparison tool for SQL Server Compact - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T22:52:52Zhttp://stackoverflow.com/feeds/question/634076http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/634076/sql-data-comparison-tool-for-sql-server-compact1SQL data comparison tool for SQL Server CompactDuncan Edwards2009-03-11T11:03:37Z2009-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#6344090Answer by Wayne for SQL data comparison tool for SQL Server CompactWayne2009-03-11T13:00:49Z2009-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#6347421Answer by Duncan Edwards for SQL data comparison tool for SQL Server CompactDuncan Edwards2009-03-11T14:28:08Z2009-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#6382590Answer by marc_s for SQL data comparison tool for SQL Server Compactmarc_s2009-03-12T11:42:45Z2009-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>