.NDF 文件扩展名
SQL Server Secondary Database File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.4 | 11 票 |
什么是 NDF 文件?
Secondary database file used by Microsoft SQL Server; created when the primary .MDF database becomes too large (such as when there is no disk space left); may also be manually added to the SQL Server File Group to distribute data between the two files.
更多信息
NDF files are typically stored on a different hard disk or partition than the primary database file. Each NDF file uses the same filename as the corresponding MDF file, such as "mydb.mdf" and "mydb.ndf." Also, the NDF file cannot be opened by SQL Server without the MDF file attached.
可打开 NDF 文件的程序
Windows