var fDesc=new Array(); fDesc[0] = "SQL Delta for SQL Server (SDSS) has been significantly re-engineered to perform faster compares and quicker script generation, to work with SQL Server 2008 and support Unicode throughout the application.

The data compare now provides two result views, the original view with the source row and target row following on and now a side-by-side view displaying the source and target rows merged into one long row.

Smarter schema scripting for column name changes. New filters and filter window so you can easly customize the display filters."; 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 = ''; } }