SQL Server Verbindungsproblem

W

Willüüü

Gast
Hi,

ich habe einen SQL Server 2005 Express installiert und will auf den Server zugreifen und es kommt folgende Meldung.


ADDITIONAL INFORMATION:

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)

For help, click: Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476" onclick="window.open(this.href, '_blank'); return false;">http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476

Jemand eine Idee?

Danke.
 
Google ist voll mit Hilfestellungen. Unter anderem habe ich auch das gefunden:

First suggestion is to make sure that you specifiy the instance name as well as the server name (christ knows why, but when MS refer to "Server Name" they really mean "Server Instance Name") eg if your server was named 'bigturnip' then you need to specify 'bigturnip\sqlexpress' (where sqlexpress is the instance name - this one just happens to be the default used by SQL Server 2005 SQLExpress).


If that doesn't help, then go into the SQL Server Configuration Manager and make sure you've enabled Named Pipes & TCP (if you're using it) and also go into the Surface Area Configuration tool and make sure you've set it for local &/or remote connection for the connection types you want to use. Then restart the SQL Server (instance) service.
 
greifst du vom localhost auf den server zu oder von einem anderen rechner auf den sql server. du hast ja geschrieben, das remote connections nicht erlaubt sind, daher solltest du am localhost des sql servers die verbindungen von remote pc's erlauben.
eine andere sache wäre, was ich aber eher bezweifele, das du die verbindungstreiber nicht geladen hast. ich rede erstmal nur von den nativen odbc treibern.
wäre gut wenn du das bischen näher erklärst. eine connections instance muss man auf jeden fall machen, wenn man connecten will, das sollte nicht der fehler sein.
 
Zurück
Oben