Home » Questions » Computers [ Ask a new question ]

Why Can't SQL Server Management Studio Access The "My Documents" Folder in Windows 7?

Why Can't SQL Server Management Studio Access The "My Documents" Folder in Windows 7?

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.

Asked by: Guest | Views: 421
Total answers/comments: 1
Guest [Entry]

"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."