var fDesc=new Array(); fDesc[1] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage."; fDesc[2] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs."; fDesc[3] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[4] = "works with any SQL Server versions from 7 to 2005 and supports all of the latest SQL Server features."; fDesc[5] = "This download includes the following: - Base Class Library Group 1 samples show how to use the classes in the namespaces System.Net, System.Text.RegularExp ressions, System.Transaction, System.Console, and more."; fDesc[6] = "SQL Maestro provides you with graphical user interface (GUI), which allows you to perform database operations easy and fast."; fDesc[7] = "source. The script or file will migrate the table(s) and the records. Scripts comes in 5 formats ; MySql, MS SQL, Oracle, Pervasive and PostgreSQL."; fDesc[8] = "Manager 2005 works with any SQL Server versions from 7 to 2005 and supports all of the latest SQL Server features."; fDesc[9] = "Server 2005 Express."; fDesc[10] = "SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only it's basic functionality."; fDesc[11] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Lesson 7 demonstrates how to add a SQL Server 2005 Express Edition Database to your website project, and presents new controls to retrieve data from the database."; fDesc[12] = "and WinForms support, SQL Server 2005 compatible, no runtime fees. FTS, CLR Procs, TSQL Procs, CLR Triggers."; fDesc[13] = "popular formats, including MS Access, MS Excel, MS Word, RTF, HTML, XML, PDF, TXT, CSV, DBF and others."; fDesc[14] = "HTML, PDF and RTF format to enable it to be incorporated into a word processors."; fDesc[15] = "You can view all the differences in compared tables and execute an automatically generated script to eliminate these differences."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }