简体   繁体   English

SQL Server数据库还原错误

[英]SQL Server database restore error

I am trying to restore a database on SQL Server 2005 but when I try to select the backuo location, I get the permissions error: 我正在尝试在SQL Server 2005上还原数据库,但是当我尝试选择backuo位置时,出现权限错误:

TITLE: Locate Backup File - SPARROW-VAIO\\SQLEXPRESS05 标题:找到备份文件-SPARROW-VAIO \\ SQLEXPRESS05

C:\\Program Files (x86)\\Microsoft SQL Server\\MSSQL.2\\MSSQL\\Backup C:\\ Program Files(x86)\\ Microsoft SQL Server \\ MSSQL.2 \\ MSSQL \\ Backup
Cannot access the specified path or file on the server. 无法访问服务器上的指定路径或文件。 Verify that you have the necessary security privileges and that the path or file exists. 验证您具有必要的安全特权,并且路径或文件存在。

If you know that the service account can access a specific file, type in the full path for the file in the File Name control in the Locate dialog box. 如果您知道服务帐户可以访问特定文件,请在“查找”对话框的“文件名”控件中键入文件的完整路径。

I am using SQL Server 2008 R2 Management Studio and login to Sql Server 2005 using windows authentication. 我正在使用SQL Server 2008 R2 Management Studio,并使用Windows身份验证登录到Sql Server 2005。 I tried to create a user and when I go to user mapping, and tried to give access to model database, it says database not available. 我试图创建一个用户,当我转到用户映射时,试图授予对模型数据库的访问权限,它说数据库不可用。 My SQL Server 2005 version is 我的SQL Server 2005版本是

Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86)   
Oct 14 2005 00:33:37   
Copyright (c) 1988-2005 Microsoft Corporation  
Express Edition on Windows NT 6.1 (Build 7600: )

Please suggest solution. 请提出解决方案。

以管理员身份运行SQL Server 2008 R2时解决的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM