I have a .mdf
file (some GB) that contains data from an old application. However I need to work with some information that is stored in this database. Different to similar questions I have not developed this application, I do not have a SQL Server running, I just have the file.
I already installed MDF Viewer (http://www.sqlmdfviewer.org/) and I can see the information that I need there in two tables but this tool can really only display the content, it is not possible to export or even copy/paste.
I have also installed SQL Server Management Studio Express as this software was mentioned in other questions but if I want to open the mdf file I get an error "The operation could not be completed".
Is there some tool like MDF Viewer that can also export the content of a table? Excel, CSV, ... something that I can read and work with?