var fDesc=new Array(); fDesc[0] = "ApexSQL Doc creates database documentation in a variety of formats. Document SQL Servers, databases, objects and SSIS packages in a single document. Render even the most complicated database into user friendly documentation with inline object descriptions, custom properties and graphical relationships. Generate database and SSIS documentation in CHM, HTML, PDF, Word Automate and schedule the documenting process Include relationship diagrams in your database documentation Leverage extended properties and edit them directly
Features :
- Support for Windows SQL Azure Databases
- Improved performance
- Support for SQL Server Integration Services packages
- Accurate dependencies
- Multiple documentation formats Save your documentation in CHM, HTML, PDF, DOC or DOCX format. Create mutable or immutable documentation, including PDFs (from Word) - Granular control
- Customizable processing
- Transparent decryption
- Self-documenting SQL objects
- Custom styles
- Repeatable sessions
- Support for all SQL Server versions"; 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 = ''; } }