November 30, 2006 at 7:42 am
It turns out the .DAT file was actually a backup so restoring it worked. I n=guess older versions of SQL Server created .DAT files instead of .BAK files.
November 30, 2006 at 10:27 pm
When you create a backup, you can give it any extension you want .... which is what they did. It's not because it is an older version.
December 1, 2006 at 5:13 am
Thanks.
December 1, 2006 at 9:50 am
The .DAT file extension is also the default for SQL 6.5 database and backup files. Probably not a good thing to name your SQL 7/2000 backup files with an extension that was used in a previous version of SQL Server?
![]()
December 1, 2006 at 1:10 pm
As Robert mentioned you can give any extesion to it.
When you get the backup file from some one else, it is always better to run RESTORE HEADERONLY command to check file is sql backup or not?
MohammedU
Microsoft SQL Server MVP
Viewing 5 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply