Re: Unable to connect to SQL 2000 engine on other machine from SSMS
- From: "Rick Byham, \(MSFT\)" <rickbyh@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 11 Jun 2007 09:40:55 -0700
One possibility. On the client computer you can connect to the SQL Server 2000 server using Enterprise Manager. That's using the network settings of the SQL Server 2000 Client Network Utility. And I presume TCP (or your preferred protocol) is enabled.
But when you connect from the client with Management Studio, it will use the network settings from the SQL Server Native Client, and perhaps TCP (or your preferred protocol) is not enabled for your client. Using the SQL Server Configuration Manager, on the client computer, check the SQL Server 2005 Native Client Configuration \ Client Protocols, and confirm that TCP/IP (or your preferred protocol) is enabled. Try moving it up in the Order value so your preferred protocol is selected first.
At any rate, I'm guessing that Enterprise Manager and Management Studio are attempting different protocols.
The problem could also be caused by an Alias that is used by EM but not configured for SSMS.
--
Rick Byham (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ronald Bijlhouwer" <Ronald Bijlhouwer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:D2CF40EE-0037-4B23-8EDC-5189CF851CCB@xxxxxxxxxxxxxxxx
On my machine I have installed both SQL Server 2000 as SQL Server 2005.
On another machine SQL Server 2000 is installed.
I am able to connect to my local SQL Server 2000 Engine from within both
Enterprise Manager as SSMS.
Enterprise Manger also allows me to connect to the other machine, however
when I try to connect to it from SSMS I receive an error saying it cannot
connect.
In both cases I have used SQL Server authentication.
Any help appreciated.
.
- Prev by Date: Re: Way to find if open connections
- Next by Date: Re: SQL Server Connection problem
- Previous by thread: Problem with ADO
- Next by thread: Connecting database server from application server
- Index(es):
Relevant Pages
|