1

As the title suggests this is the exception from my stacktrace.

I am trying to obtain a connection to my SQL Server 2008 R2 database hosted on a windows 2003 server.

My connection string is:

Data Source=server\\SQLEXPRESS;Initial Catalog=sqlDB;Integrated Security=SSPI

Any help would be much appreciated.

1
  • SOLVED: Was SQL BROWser service not configured properly. Commented May 16, 2012 at 22:32

3 Answers 3

1

The Resolving “A network-related or instance-specific error occurred while establishing a connection to SQL Server…” article explains how to address this issue. I hope, it will be helpful to you.

Sign up to request clarification or add additional context in comments.

Comments

1

Try this, it may help you to create your database

Open command prompt, then type services.msc Now Services window will be opened

And, Open SQL Server Browser,Enable this and start it

Comments

0

Refreshing database in SQL Server Object Explorer helped me with that issue.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.