.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