18

I have a database backup located in my Windows 7 Documents folder (C:\Users\Aaron\Documents...), and I'm trying to restore it using SQL Server Management Studio. However, the program is unable to access anything within the Users\Aaron directory using its non-standard file selection dialog, even when run as an Administrator.

I'm brand new to Windows 7, is there some sort of security setting that I need to trigger to give programs access to these files?

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
AaronSieb
  • 343

2 Answers2

20

I found more information here:

"To give your SQL Server account access to this folder, we first have to verify the account used to login to SQL Server. Open SQL Server Configuration Manager and navigate to SQL Server Services. Right-click SQL Server (MSSQLSERVER) and select properties. On the Log On tab, you should see where the account to login as is specified."

Once you know the account being used by SQL Server, give that account the needed permissions on your directory.

Jimmy
  • 410
8

Try giving the "Network Service" permissions on the folder. Worked for me.