sql server 2000 error, error trying to connect to sql server 2005
Posted
by jamil
on Stack Overflow
See other posts from Stack Overflow
or by jamil
Published on 2010-03-13T16:20:15Z
Indexed on
2010/03/13
16:25 UTC
Read the original article
Hit count: 1110
i am connecting to sql server 2000 on a remote computer with a dotnet application, but when i try to open the connection it gives the following error:
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
What the hell is this?
© Stack Overflow or respective owner