var fDesc=new Array(); fDesc[0] = "dbForge Query Builder for SQL Server is an SQL query builder to make your SQL queries fast and simple regardless of their complexity. Our SQL query tool is a well-polished unit for creating database queries on a whole new interactivity level thanks to the visual features via graphical SQL query designer when dealing with SQL Server through a neat and intuitive UI. Beautify your code and automate workflow using word suggestions and simple visual tips that will complement seamless query management via drag and drop functionality.

Key features:
* SQL statement builder executes created queries and edits tables data
* Construct data manipulation queries without manual coding
* Auto Join of columns by primary/foreign key or name
* Combine a few queries to a sub-query via visual SQL editor
* Sort and filter data based on a custom complex criteria
* Reverse engineer queries it into a visual representation
* Use visual SQL query builder to profile designed queries

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