There are 5 databases in our SQL server 2000. When I rightclick a database name in the Enterprise manager, then click at the properties of a database it shows the database file name, log file name and their locations. While the database files of four databases ends with extension .mdf and log with .ldf, one database shows the database file as .dat1 and log as .log1. I am confused, why file extension .dat1 and .log1 instead of .mdf and .ldf ? Can some one throw some light on it?