سؤال

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.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top