|
As a standard
you can implement the following file extension naming convention for
SQL Server database backup files:
/* File extensions for SQL Server backups
Full Database Backup - *.bak
Transaction Log Backup - *.trn
Differential Backup - *.dif
Filegroup Backup - *.fil
*/
NOTE: file extension or filename extension are frequently misspelled as extention.
|