Good afternoon,
Accidentally a database has been lost, the only thing that is conserved is a file of transactional logs (.trn), and we want to obtain as much information as possible.
It is trying to load with the command:
RESTORE LOG "DatabaseName" FROM DISK = N'D: \ bakupFile.trn 'WITH RECOVERY;
But the name of the database is not remembered, so the command always fails.
Does anyone know how to proceed?
Thank you.