vote up 0 vote down star

I'm trying to attach an external mdf file to my SQLEXPRESS instance from within the SQL Management Studio 2005. However, I'm unable to see the drive that the database file resides in under the directory browser within the "Locate Database Files" prompt.

Is there anything that is preventing the Management Studio or the SQL instance from recognising my drive? The drive itself is a local disk installed within my computer.

flag

Can you see the drive from the OS in File Explorer? – Mitch Wheat Dec 30 '08 at 4:33

2 Answers

vote up 1 vote down check

Check the permissions on the drive root. The folder browser runs under the SQL Engine identity, which may not have access to that drive.

link|flag
vote up 0 vote down

devstuff, thanks a lot for your help! It was the problem with the file permissions.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.