I have a database that I am frantically trying to restore. I'm not sure if I initilly created the database in MS SQL Server 7.0 or 2000. I've attached the database bak file. I've tried to restore the database in 2000 and 7.0 but it keep giving me errors. These are the errors that I am getting:
When I try to restore using MS SQL 2000 this is the script that I user:
Go
restore database DTH
from file ='c:\DTH.bak'
go
When I run this query, this is the error that I get:
Too many backup devices specified for backup or restore; only 64 allowed.
Server 3013, Level 16, State 1, Line 1
Any help would be greatly appreciated.