Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I installed new Visual Studio 2010. Now if I want to add the database sql file, it shows an error saying "server not found or it not installed".

I saw that SQL Server 2008 Express is being automatically installed along with Visual Studio. I did not customize the install in any way.

Please solve my issue, and remove the error so that I can connect to the database server.

share|improve this question
Is the SQL server service running? – Brian Willis May 7 '11 at 4:12
We need a bit more information here please. When you installed Visual Studio, did you make sure that SQL Express (or is it MSDE) was included in the install? If you just chose what you wanted to install, you might have missed that. Also, what do you mean by "add the database sql file"? Are you trying to create a connection to the SQL server? If so, what type of credentials are you using? – BiggsTRC May 7 '11 at 4:13
i am not using customize installation while installing the visual studio. and i checked in program files there is a folder of microsoft sql server and microsoft sql server compact edition. i think this shows that i installed the sql server. and if i add the database.mdf file in my website or web application that time the error shows that the server not installed or not found. in my sql server configuration manager i checked that the sql server is not running. if i run it manually then it shows an error of check error log list like something. – Manish May 7 '11 at 4:20
no my sql server service is not running. if i starts it manually it shows an error of check error list log for more information something like that. – Manish May 7 '11 at 4:21
@user690855: it's not very helpful if you tell us there is an error when you start the service, but you don't tell us WHAT error it is!! Please check the error log and tell us what it says! – marc_s May 7 '11 at 7:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.