Hey All,
I am working on SQL Server Express 2008 R2. Basically, my setup file installs express edition and lets the user specify a folder to put the data files on. If user creates a new directory, say in D:\ drive, sql server gives error that it lacks permission to access the folder. Current user is administrator who just installed the sql server instance and all.
If I set the folder permission to full for user "Everyone", it attaches the database and works like a charm. I don't want that. What shall I do?
If it matters, application is developed with VS 2010