var fDesc=new Array(); fDesc[0] = "SQL Tools is a development tool pack that provides many essential features for any Microsoft SQL Server developer and is designed not only to boost productivity but also to reduce expenses while performing routine tasks, and automate database development and deployment with dbForge DevOps Automation.

Key features:
* Put accurate and concise scripts of database changes into version control
* Get a full record of database changes and find out who committed them
* Generate lifelike meaningful test data for load testing and integration
* Run T-SQL unit tests as a part of continuous integration with DevOps
* Cut the time spent on manual development and deployment tasks
* Increase SQL coding productivity and efficiency up to two times
* Speed up database development with continuous integration

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 = ''; } }