Continuing SQL Express problems

  • Thread starter Thread starter RichGK
  • Start date Start date
R

RichGK

I recently posted about my problem with connecting to a SQLExpress
database from my C# application. One of the suggestions made to me was
to download the Server Manager for SQLExpress so that I could create
user accounts this way.

Unfortunately, the database that was created from within Visual C#
Express does not show up in SMSE. I assumed that this was because it
was residing within the C# development folder, so all I would need to
do would be attach it to the SQLExpress database list from the Server
Manager

This has presented a new problem. My C# development folder resides in
the following location.

C:\Documents and Settings\myAccount\My Documents\Visual Studio
2005\Projects\

Unfortunately when browsing for a database to attach to the Server
Manager it won't browse down further than

C:\Documents and Settings\myAccount

This seems like an error rather than design! Can someone clarify this
for me?
 
C:\Documents and Settings\myAccount\My Documents\Visual Studio
2005\Projects\

Unfortunately when browsing for a database to attach to the Server
Manager it won't browse down further than

C:\Documents and Settings\myAccount

This seems like an error rather than design! Can someone clarify this
for me?

Solved it, I needed to give the SQL ids security access to my profile
folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top