SQL数据库还原失败,并提示报错信息“0xe0000352 - The specified volume does not exist. Recreate the volume, and then try the job again.“
book
Article ID: 100055090
calendar_today
Updated On:
Description
Error Message
还原日志有如下的报错信息:
Final error: 0xe0000352 - The specified volume does not exist. Recreate the volume, and then try the job again.
Final error category: Resource Errors
Cause
还原SQL数据操作中选择的账户在SQL服务器的SQL数据库里没有‘sysadmin'权限
Resolution
为SQL数据库还原账户在SQL数据库里添加‘sysadmin'权限:
在 SQL Management Studio 中,连接到 SQL 实例,从 Security > Logins,找到还原账户,并为该账户添加‘sysadmin'权限。

Issue/Introduction
SQL数据库还原失败,并提示报错信息“0xe0000352 - The specified volume does not exist. Recreate the volume, and then try the job again.“
Was this article helpful?
thumb_up
Yes
thumb_down
No