VS 2008 and SQL 2008 Express

Posted by Serge on Stack Overflow See other posts from Stack Overflow or by Serge
Published on 2010-03-23T16:23:35Z Indexed on 2010/03/23 22:33 UTC
Read the original article Hit count: 559

Hi,

I am trying to write a small app to connect and manipulate some data on an SQL 2008 Express database. The database is on my local machine but I can see it on the network. I am trying to use LINQ to SQL in my app. I am trying to connect to the database so I can add database model to use with LINQ but the problem is I can not see any databases inside the SQL Server, which is on my machine. I tried using Windows Auth and also tried SQL Server Auth with no luck. Can someone please assist me? What am I missing?

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about visual-studio-2008