var fDesc=new Array();
fDesc[0] = "dbForge Data Generator for SQL Server is a powerful GUI tool for a fast generation of large volumes of SQL Server test table data. Data Generator includes 200+ meaningful SQL data generators with sensible configuration options. It provides great flexibility and manual control over the creation of the foreign key data. With the column-intelligent data generation, the data in one column is based on the data of another.
Key features:
* Create large volumes of meaningful test data with no hustle and bustle
* Eliminate hours of manual data population and profit from new time slots
* Keep your data consistent across multiple tables with data integrity support
* Preserve inter-column data dependencies with domain integrity support
* Create, set up, and share custom generators with your team
* Automate and schedule data generation routines with the command line
* Integrate test data generation right into SQL Server Management Studio
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 = '';
}
}