var fDesc=new Array(); fDesc[0] = "dbForge Studio for SQL Server is a powerful IDE for SQL Server management, administration, development, data reporting and analysis.

The tool will help SQL developers to perform complex database changes, version-control database changes in popular source control systems, and speed up routine tasks. You don't need to waste your time to search for and purchase SSMS plugins across the internet to get your work done.

The Express Edition is a free edition that provides basic functionality for database development. It includes database Object Editor, security configuration tools, advanced Data Editor, and Export/Import from CSV and ODBC. Also this edition has basic support for Coding Assistance and limited Query Builder features."; 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 = ''; } }