开发者

Connection to SQL Server 2008 through .NET

开发者 https://www.devze.com 2023-01-31 21:23 出处:网络
I installed SQL Server 2008 on my machine which is (Windows XP SP3). Also I have Visual Studio 2008 installed in another machine on which there is a .net application. Now while I am trying to connec

I installed SQL Server 2008 on my machine which is (Windows XP SP3).

Also I have Visual Studio 2008 installed in another machine on which there is a .net application. Now while I am trying to connect to the SQL Server from my .NET 开发者_开发技巧application.

I am unable to do so. I get an error message :

The client was unable to establish a connection because of an error during connection initialization process before login. Possible causes include the following: the client tried to connect to an unsupported version of SQL Server; the server was too busy to accept new connections; or there was a resource limitation (insufficient memory or maximum allowed connections) on the server. (provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe.)

Is it because of the client version being 2005 (which gets installed by default with Visual Studio 2008) and SQL Server being 2008?


provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe.

Do you actually have named pipes enabled for your SQL Server?

0

精彩评论

暂无评论...
验证码 换一张
取 消