var fDesc=new Array(); fDesc[0] = "xSQL Bundle is not a product in itself but rather a bundle of SQL tools that have been packaged together to provide you with a better value compared to buying the products individually.

The products included in the xSQL Bundle allow you to compare databases, both schema and data, review differences, generate change scripts and synchronize databases. Both of the products included also provide extensive scripting capabilities allowing you to script data, script schema or script both schema and data together; you can script database or script individual objects like script a table, a view, a stored procedure etc.

xSQL Bundle supports SQL Server 2008, SQL Server 2005 and SQL Server 2000 and it is free for SQL Server Express Edition."; 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 = ''; } }