var fDesc=new Array(); fDesc[0] = "BI Documenter outputs "MSDN style" SQL Server documentation in either compiled help (CHM) or HTML format. While documenting all of the major SQL Server components, BI Documenter also documents the entire BI stack, including Analysis Services (SSAS), Integration Services (SSIS), and Reporting Services (SSRS).

The unique documentation snapshot feature enables archiving of historical SQL Server documentation sets. New documents can be regenerated at the touch of a button. BI Documenter also allows you to customize the look and feel of your documentation with the ability to add your own branding."; 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 = ''; } }