my sql server asking for server name after i installed it, now i dont know what is the server name therefore unable to use it.....
-
jueves, 01 de marzo de 2012 7:24Unable to use my MS SQL server as it is asking for server name on the startup.. i am a new user of MS SQL so kindly guide me..... i am using windows 7 professional version....
Todas las respuestas
-
jueves, 01 de marzo de 2012 7:30
Normally It should be your Server name or local you can check in SQL server configuration Manager.
Nag Pal MCTS/MCITP (SQL Server 2005/2008) :: Please Mark Answer/vote if it is helpful ::
-
jueves, 01 de marzo de 2012 7:39Usuario que responde
Is it asking when you try to connect to via SSMS? Once you typed it will be showing up... If it is default instance you could type LOCAL or localhost or computer name , else you need to provide instance name like Computer\SQLEXPRESS for exampleBest Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
- Propuesto como respuesta Maggie LuoMicrosoft Contingent Staff, Moderator viernes, 02 de marzo de 2012 8:15
- Marcado como respuesta Maggie LuoMicrosoft Contingent Staff, Moderator miércoles, 14 de marzo de 2012 14:46
- Desmarcado como respuesta Syed Shahzaman Shah miércoles, 14 de marzo de 2012 17:08
-
jueves, 01 de marzo de 2012 8:44
Check in sql server configuration manager.
If your SQL Server Service is named MSSQLSERVER, you can connect to the instance by using either of "Servername", "(local)", "."
If your service is called MSSQL$SQLEXPRESS (for example), it means that your instance is named SQLEXPRESS, then you connect to either of: "servername\sqlexpress",".\sqlexpress".
If youre making a remote connection make sure to check that you enabled tcp and maybe the browser service - if youre not using a default port.
-
jueves, 01 de marzo de 2012 11:14
another option:
1. Click "Cancel" on Connect to server dialog,
2. Go to View Menu -> Registered Servers,
3. Expand Database Engine node,
4. Right click on Local Server Groups and select Tasks -> Register Local Server
This will show all local servers started/stopped.
- Vishal
-
jueves, 01 de marzo de 2012 16:19Usuario que responde
A short basic tutorial Tutorial: Getting Started with the Database EngineRick Byham, Microsoft, SQL Server Books Online, Implies no warranty
- Propuesto como respuesta Sethu SrinivasanMicrosoft Employee, Moderator jueves, 01 de marzo de 2012 19:11
-
domingo, 04 de marzo de 2012 15:51
another option:
1. Click "Cancel" on Connect to server dialog,
2. Go to View Menu -> Registered Servers,
3. Expand Database Engine node,
4. Right click on Local Server Groups and select Tasks -> Register Local Server
This will show all local servers started/stopped.
- Vishal
Still can't access the server as i do this procedure.. when i click on data base engine there is nothing to expand nothing apears i've tried my pc name as server name but still unable to access.......... -
lunes, 05 de marzo de 2012 4:03Moderador
Hi,
seems like there was an issue with the installation, can you please confirm below?
0) Go to Drive\Program Files\Microsoft SQL Server\version\Setup Bootstrap\ at this location you will see the summary.txt, do you see any failure message here? if yes, post error message here
1) go to services.msc -> Do you find anything like below?
2) If answer is yes, refer the sql server instance name (if MSSQLServer, it's default, else it is named instance)
3) if service is not started -> start it
4) if service is failing to start refer sql server error log
hth
Hemantgiri S. Goswami | SQL Server Citation| Surat SQL Server User Group
- Marcado como respuesta Syed Shahzaman Shah miércoles, 14 de marzo de 2012 17:08
-
lunes, 05 de marzo de 2012 18:02
Hi,
seems like there was an issue with the installation, can you please confirm below?
0) Go to Drive\Program Files\Microsoft SQL Server\version\Setup Bootstrap\ at this location you will see the summary.txt, do you see any failure message here? if yes, post error message here
1) go to services.msc -> Do you find anything like below?
2) If answer is yes, refer the sql server instance name (if MSSQLServer, it's default, else it is named instance)
3) if service is not started -> start it
4) if service is failing to start refer sql server error log
hth
Hemantgiri S. Goswami | SQL Server Citation| Surat SQL Server User Group
Sorry...... i neither found summary.txt nor the services are running......... i am just sick of it i've installed it twice on the pc but ended up with the same problem
-
martes, 06 de marzo de 2012 6:53Moderador
Seems like you have some left over from previous installation, please refer the article http://support.microsoft.com/kb/909967 and do manual uninstallation. Which version & edition of SQL sever you are installing?
Hemantgiri S. Goswami | SQL Server Citation| Surat SQL Server User Group
-
martes, 06 de marzo de 2012 18:21I am installing MS SQL 2005

