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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-04 : 14:00:54
|
| Steve writes "I have installed SQL Server 2000 on my development server running Windows 2000 server, I also have SQL Server 7 running on the same machine.I can get to SQL Server 2000 from Enterprise manager on the server but I cannot register it on my client workstaion running Windows 98The SQL 7 registered server name is DevelopementThe SQL 2000 server name is Developement\SQL_2000 it is setup to use windows auth for logon and I have added my logon to every group possible as admin but I always get error telling me that SQL Server does not exist or access denied" |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-03-04 : 14:49:23
|
| Make sure both the client and the server are using the same network libraries. If the server is listening on TCP/IP make sure the client is attempting to connect with TCP/IP. Same for Named Pipes.-Chad |
 |
|
|
|
|
|