var fDesc=new Array(); fDesc[0] = "If you have an MDF Database file on your machine but no MS SQL Server environ then MDF File Viewer can help to open and view the SQL MDF file of SQL Server 2016, 2014, 2012. It allows you to open & read any type of MDF file i.e. Orphan, inaccessible or corrupt. Regardless of the MDF file size, MDF File Explorer offers a preview of its tables, columns, Keys, rules, triggers, classes, stored procedures, functions, and views.

MDF file viewer performs a quick scanning of MDF Database file to explore and make the items within, available for analyzing. You can easily use MDF File Reader tool in case the MDF file is corrupt or you are unable to open it. Having the software ensures that you don't need to have SQL Server environ to view data within a Master database file."; 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 = ''; } }