Connecting to MSSQL Express in silverlight 4 appl, the db doesn't shows up in Management Studio Expr
- by Gabriel
I'm using MSSQLExpress named instance in my Silverlight 4 application.
The database located in the web application data folder. I attached the db via VS2010.
The program works, but the db doesn't show up in Management Studio Express.
If I delete the connection from within VS2010, and Try to attach to db via Management Studio Express, on writes, that the database with same the name already exists.
Why the database connected via VS2010 doesn't show up in Management Studio Express?
Thanks in advance
Gabor