mastaap
13 years agoLevel 3
Restore SQL Server 2012 DB with redirection fails
Hello,
For testing I try to restore a SQL 2012 std. DB with redirection to a SQL 2012 express.
Every time it get the following error:
The database cannot be recovered because the log was not restored. V-79-57344-38051 - An error occurred while attempting to recover the database.
The files are recovered, the DB is also there but in the restoring state.
Thanks for your help.
Regards,
Matthias
Now I have found the problem.
I used for the SQL logon account the SA user. It seems this is not supported.
Now I used the Backup Exec logon account and set the permissions on the SQL server.
Now the restore works fine!
Thanks for your help.
Regards,
Matthias