Yes, workstation is part of the domain. Workstation can ping both SQL servers by name and IP.
I ran cliconfg on the workstation and NONE of the protocols were enabled. I though "great, that must be it" and enabled both TCP/IP and Named Pipes. No luck. Took off Named Pipes - still no luck. Strangely enough, the workstation Enterprise Manager was able to see the SQL2008 databases no matter what the cliconfg settings were.
Main Topics
Browse All Topics





by: jimpenPosted on 2008-12-17 at 07:52:51ID: 23194411
Make sure the workstation is part of the domain.
b/read/?11 36
Assuming the workstation doesn't have a firewall up:
From the workstation: Ping the SQL 2K by server name
----------------------
PING MyServer
----------------------
if that doesn't work ping by IP. If it works by IP then it is a DNS issue or a Named Pipes issue.
On the workstation disable Named Pipes
(Start > Run > Type "cliconfg" > Click "OK")
Details: http://www.sepialine.com/k
If that works then disable named pipes on the SQL 2000 server.