Connecting to MSSQL Express in silverlight 4 appl, the db doesn't shows up in Management Studio Expr
        Posted  
        
            by Gabriel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gabriel
        
        
        
        Published on 2010-06-03T14:21:40Z
        Indexed on 
            2010/06/03
            14:24 UTC
        
        
        Read the original article
        Hit count: 301
        
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
© Stack Overflow or respective owner