Consider the following scenario:
- In SQL Server Management Studio, you use a SQL Server login ID that has the dbcreator server role to connect to an instance of Microsoft SQL Server 2005.
- You try to restore a database from a database backup file.
- In the Specify Backup dialog box, you specify File as the backup media, and then you click Add.
You receive an error message that resembles the following:C:\Program Files\Microsoft SQL Server\MSSQL.1\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. - You click OK to dismiss the error message. In the Locate Backup File dialog box, you specify the database backup and file path, and then you click OK.
The Database Engine service could not resolve the specified file location. Either the location does not exist, or the current login account does not have access to it. Verify that the file location exists, and that the login account has permissions on it.