Question

I just want to know if it is possible to view content of tables in .mdf files with NoSQL for example mongodb? I don't want to change in .mdf file just view inside it.

Was it helpful?

Solution

Sorry to say this, but you seem to completely lack any understanding about relational databases, NoSQL databases and the difference between them.

SQL Server and MongoDB are not only two completely different database products, but two completely different kinds of databases as well (relational vs. non-relational).

Asking whether you can read SQL Server database files with MongoDB is like asking if you can edit AutoCAD files with Microsoft Excel (or the other way round).
Both are complex tools with their own file formats, but made by different vendors and for completely different purposes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top