var fDesc=new Array(); fDesc[0] = "dbForge Data Compare for SQL Server is a powerful SQL comparison tool that easily copes with big data and supports native SQL Server backups. Using dbForge Data Compare for SQL Server, you can arrange a flawless SQL database comparison, quickly analyze SQL data differences, compare static data against a version-controlled database, generate comparison reports, and synchronize SQL Server data by means of the convenient wizard. The tool integrates with SQL Server Management Studio.

Key features:
* Detect data changes between live databases, backups or script folders
* Generate T-SQL scripts to update one database with content from another
* Restore damaged or missing data to a single row from a native backup
* Copy lookup data from development databases to staging or production
* Deploy to SQL Server, SQL Azure, and SQL Server on Amazon RDS
* Automate routine data sync tasks with command-line interface
* Export data comparison results to CSV, HTML, and Excel

You can always find the latest version of the product on the official Devart website."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }