Viewing 2 posts - 1 through 2 (of 2 total)
Thanks. Your info helped me figure out that I can have no connections in that database. So in Query Analyzer, to test, I have to connect to a different DB...
April 24, 2002 at 10:46 am
#427756
I have tried:
restore database [database] from device
as well as:
RESTORE DATABASE [database] FROM DISK = '\\box\d$\MSSQL7\BACKUP\database.BAK' WITH FILE = 1, STATS = 40, RECOVERY
and either way I'm getting the error:
Server: Msg...
April 23, 2002 at 6:54 pm
#427705