Answer the question
In order to leave comments, you need to log in
How to open mdf file microsoft sql server database?
Can you please tell me how to open the mdf file and possibly extract data from it in Excel or csv format?
Answer the question
In order to leave comments, you need to log in
Open:
1) Install Microsoft SQL Server Management Studio
2) Run there:
EXEC sp_attach_db @dbname = N'<имя_базы>',
@filename1 = N'<путь_к_файлу_mdf>'
EMS Data Export for SQL Server can export to different formats (including Excel and CSV).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question