
The description and definition of mdf, ndf and ldf in Microsoft SQL Server.
| Item | Description |
|---|---|
| mdf | Primary data file |
| ndf | Secondary data file |
| ldf | Log file |
Note
All the mdf, ndf and ldf are the extensions which are recommended by Microsoft so that user can easily differentiate.


