Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server - connection cannot be made to server 1

Status
Not open for further replies.

Gramm

Instructor
May 16, 2003
92
US
I am running SQL Server 2005 using BI Projects. A project was created a while back but now I cannot access it.

The message I am getting is that a connection cannot be made to the server. This is a local database and local server (on a single machine). There have been no changes to the configuration of the system or machine since the project was created.

Does anyone know how to overcome this issue?

Many Thanks
 
Is the SQL Service running on your local machine?
Has the service been started?


Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Yes it is running locally and set to auto start. Thank you for responding.
 
Check the ERRORLOG (typically in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Log\ERRORLOG) and see if there are any errors. Also check the event log.

Also run though the info in this FAQ faq962-5481. It's got the basic steps to troubleshooting connections to SQL Server.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Thank you!! This is exactly what I have been searching for. Cheers!!
 
no problem.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top