var fDesc=new Array(); fDesc[0] = "DBComparer is a professional database comparison tool for analyzing the differences in Microsoft SQL Server 2008 (and 2005) database structures. It is an excellent tool for any project development team or DBA managing multiple copies of the same database on an SQL Server.

This database comparison tool has a clean and straight-forward user interface. Results are clearly presented so that you can immediately see the differences in your databases. It will make locating and eliminating differences in your database fast and easy.

Main features:

Automate compare database
- Compare all database objects or selected ones only
- Compare database by all or selected properties of objects only
- A wide variety of options for comparison
- Compare databases using all or selected object properties
- Advanced visual build tree interface for an intuitive visual representation of any differences
- Built-in text differences control with SQL syntax highlighting
- Native database comparison support for Microsoft SQL Server 2008 (and 2005)."; 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 = ''; } }