Is there some documents for mdf, ndf, ldf file format?
Here the three different file types are belonged to SQL server.
I search the document on internet for a long time, but the result is disappointed. Hope someone can help me!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is information on the structures of SQL Server files, however, it’s by no means as straightforward as a Word or Excel document.
You can look here for information on .MDF and .NDF (database files), and here for .LDF files (Log files).
This is MCM (Microsoft Master) level training, and that alone should give you an idea of the level of complexity involved. If you have a corrupt SQL Server database, you should look at restoring a backup, depending on how recent it was.