Cannot Login To SQL Server
-
viernes, 09 de marzo de 2012 17:35
Hi,
Yesterday, I downloaded and installed Microsoft SQL Server 2008 Express Edition. However, when I try to login through the Database Management Studio, I get the following error:
Cannot connect to (local).
------------------------------
ADDITIONAL INFORMATION:A network-related or instance-specific error occurred while establishing a connection to 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)
I'm logging into (local) through the Database Engine and with Windows Authentication. My username is MARTY-PC\Marty.
I have no idea what the problem is. Any help would be greatly appreciated.
Todas las respuestas
-
viernes, 09 de marzo de 2012 17:45
I'm logging into (local) through the Database Engine and with Windows Authentication. My username is MARTY-PC\Marty.
Hello,
By default a SQL Server Express Edition is installed as named instance "SQLEXPRESS", so please try it with
(local)\SQLEXPRESS
as server name,
Olaf Helper
* cogito ergo sum * errare humanum est * quote erat demonstrandum *
Wenn ich denke, ist das ein Fehler und das beweise ich täglich
Blog Xing -
viernes, 09 de marzo de 2012 18:46Tried that. Didn't work...
-
viernes, 09 de marzo de 2012 19:36
-
viernes, 09 de marzo de 2012 19:59Thanks for sending. It looks like I have no SQLExpress server running. When I choose SQL Server Services in the Server Configuration Manager, the right-pane is totally blank. What can I do about this? Am I missing some files, perhaps?
-
viernes, 09 de marzo de 2012 20:19
This could help with the general steps http://blogs.msdn.com/b/petersad/archive/2009/11/13/how-to-install-sql-server-2008-r2-express-edition-november-ctp.aspx and may show if you missed something.
NB: SQL Server 2012 Express Edition is also now available http://www.microsoft.com/betaexperience/pd/SQLEXPCTAV2/enus/default.aspx
- Marcado como respuesta MartyD82 viernes, 09 de marzo de 2012 21:33

