Actually I am trying to connect to database using entity model .But during this process when I am trying to access my database I am unable to find my server in the list of dropdown during connection.Can anyone help me out ....Thanx in advance..Below is the screenshot of the same.
Asked
Active
Viewed 819 times
0

Bharat Bhushan
- 1,315
- 3
- 18
- 24
-
I'm not sure about this, but have you tried starting SQL Browser Service? – OzrenTkalcecKrznaric Nov 02 '13 at 20:05
-
yeah I have enabled it automatically – Bharat Bhushan Nov 02 '13 at 20:09
-
And what about [this](http://stackoverflow.com/questions/1507004/when-trying-to-access-a-sql-server-2008-server-in-my-domain-i-get-a-server-not)? – OzrenTkalcecKrznaric Nov 02 '13 at 20:12
1 Answers
0
If the database is on your local machine, you can just enter a dot for the server name.

DOK
- 32,337
- 7
- 60
- 92
-
And what if it's SQL Express? It's usually under a named instance. – OzrenTkalcecKrznaric Nov 02 '13 at 20:05