Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2007-11-06 : 19:48:53
|
I have SQL server 2000 Prod server. We had a issue that SQL server showed error while connecting:DBNETLIB][ConnectionOpen(PreLoginHandshake()).]General network error. Check your network document . I thought it was a problem client network utility. Shared memory is turned off. Some clients can get connected and some cannot.Can you explain why is this happening? or Should i enable Shared memory on for network utility. |
|
dataguru1971
Master Smack Fu Yak Hacker
1464 Posts |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-06 : 22:57:36
|
Shared memory is for local connection. Tried with named pipes? |
 |
|
|
|
|