var fDesc=new Array(); fDesc[0] = "Import Table from Excel utility allows the user to load data rows from Excel spreadsheets to new or existing database table.

This tool supports all modern versions of Microsoft SQL Server and all versions of Excel.

Key product features

- Easy to use wizard interface.
- The tool allows the user to load all or selected columns of the source file.
- Support for ODBC Data Source Name or direct connections by server name.
- Optional columns mapping feature makes import more flexible.
- Support project files to reuse or share import properties and options.
-Command line support (for Professional version only) that compatible with schedulers."; 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 = ''; } }