Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 logging into SQL Server 2008 management studio

Author  Topic 

midpitts
Starting Member

12 Posts

Posted - 2012-02-06 : 11:56:01
I am a student taking a course in SQL Server 2008. I have installed SQL Server 2008 Enterprise on my laptop and created a second instance. I have a database installed and I have worked in the database through managment studios. I closed management studios and am trying to use SQL Server again to access this database. I can't log back into the management studio. I have used the default as well as the instance name and get an error message. I am not connected to a network server... everything is on this laptop.


this is the printscreen of the error I get:



Thanks for any assistance.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-02-06 : 12:16:32
We can't see your image. Please post the error in text format.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

midpitts
Starting Member

12 Posts

Posted - 2012-02-06 : 13:07:52
sorry the image link isn't working

the text of the message is:

Cannot connect to..
Additional information:
A network-related or instance specific error occurred while establishing a connection to the SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: named Pipes Provider, error: 40 – could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)


When I used the name instance I get the same error but it states )(Microsoft SQL Server, Error: 53)
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-02-06 : 13:08:52
See if the services are started. Go into control panel, admin tools, services. Go to SQL Server * and see if you need to start anything. If you did need to start some services, try connecting again and let us know.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

midpitts
Starting Member

12 Posts

Posted - 2012-02-06 : 13:31:31
Thanks so much for your help. I am not really sure what I need to start
DB2 is the name of my instance.
SQL Active Directory helper service not started and has startup type disabled
SQL Full-text Filter Daemon Launcher (DB2) is started with startup type manual
SQL Full-text Filter Daemon Launcher (MSSQLSERVER) is started with startup type manual
SQL Server (MSSQLSERVER) is not started and has startup type automatic
SQL Server Agent (DB2) is not started and has startup type manual
SQL Server Agent (MSSQLSERVER) is not started and has startup type Manual
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-02-06 : 13:49:44
This one: SQL Server (MSSQLSERVER). That one is for the default instance. You don't have one that says: SQL Server (DB2)?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

midpitts
Starting Member

12 Posts

Posted - 2012-02-06 : 14:15:39
Oh yes I have it for (DB2). It is listed as started. I made the SQL Server (MSSQLSERVER) change to started and it seems to be working properly now. Thanks!!
Go to Top of Page

midpitts
Starting Member

12 Posts

Posted - 2012-02-06 : 14:23:42
would it hurt anything if everything listed as SQL was started?
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-02-06 : 14:29:36
You can start everything if you'd like. They all use CPU and memory but really should't be a big deal even on your own desktop. The one in the disabled state, just leave it that way.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -