I can not connect to my SQL Server 2005 at all. I am RDP'ed into the server, to rule out any firewall issues.
I get the following errors:
Using Named Pipes: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)
Using TCP/IP: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.) (Microsoft SQL Server, Error: 10054)
I have made sure the server is allowing remote connections in Surface Area configuration Manager. No Encryption is enabled (both client and server). I have tried to connect via SQLCMD, OSQL, DAC, still no luck. I have tried to use, the computer name (not in domain), IP address, ., and 127.0.0.1 with no luck. I was able to telnet to 1433 and it connected. I also looked at sql log, and it looks normal. No IPsec and no Windows Firewall, also no AV.
I am at a loss, any advice is appreciated.
Thanks
Steve