Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一些 mdf、ndf、ldf 文件格式的文档?
这里三种不同的文件类型属于 SQL 服务器。
我在互联网上搜索了很长时间的文档,但结果令人失望。希望可以有人帮帮我!
有关于 SQL Server 文件结构的信息,但是,它绝不像 Word 或 Excel 文档那样简单。
您可以在此处查找有关 .MDF 和 .NDF(数据库文件)的信息,并在此处查找 .LDF 文件(日志文件)。
这是 MCM(Microsoft Master)级别的培训,仅此一项就可以让您了解所涉及的复杂程度。如果您有损坏的 SQL Server 数据库,您应该考虑恢复备份,具体取决于它的最近时间。