Cannot Login To SQL Server
-
2012년 3월 9일 금요일 오후 5: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.
모든 응답
-
2012년 3월 9일 금요일 오후 5: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 -
2012년 3월 9일 금요일 오후 6:46Tried that. Didn't work...
-
2012년 3월 9일 금요일 오후 7:36
-
2012년 3월 9일 금요일 오후 7: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?
-
2012년 3월 9일 금요일 오후 8: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
- 답변으로 표시됨 MartyD82 2012년 3월 9일 금요일 오후 9:33

