.TRN 파일 확장자
SQL Server Transaction Log Backup File
| 개발사 | Microsoft |
| 인기도 |
3.1 | 9 투표 |
TRN 파일이란 무엇인가요?
Backup file created by Microsoft SQL Server, a relational database management system (RDBMS) application; contains a transaction log backup, which saves a history of committed and uncommitted database changes since the last checkpoint.
추가 정보
TRN files are used for database restores and may be used with other TRN files to chain roll back to any previous database state. TRN files are often backed up with a .BAK file, which is the backup of the database.
TRN 파일을 열거나 참조하는 프로그램
Windows