ShabanaHafiz
Programmer
I installed SQL Server 2000 Database Server on a machine. Operating System on this machine is Windows Server 2003. Default instance and windows authentication were selected.
Then I installed SQL Server Client Tools on a client machine. Operating System on this machine is Windows 2000.
Now I need to access databases from client machine. On client machine, I created a group, Group1. But No items is being shown in this SQL Server Group.
On client machine, I started Query Analyzer, selected windows authentication, clicked select server button. In the Active Servers List, I selected the database server. When OK button was clicked, the following message appeared:
Unable to connect to server [servername]
Server: Msg 18456, Level 16, State 1
Login failed for user ‘username’
On client machine, I entered the following at the command prompt:
C:\>osql –E
Following message appeared:
[Shared Memory] SQL Server does not exist or access denied
[Shared Memory] Connection Open (Connect())
Then I installed SQL Server Client Tools on a client machine. Operating System on this machine is Windows 2000.
Now I need to access databases from client machine. On client machine, I created a group, Group1. But No items is being shown in this SQL Server Group.
On client machine, I started Query Analyzer, selected windows authentication, clicked select server button. In the Active Servers List, I selected the database server. When OK button was clicked, the following message appeared:
Unable to connect to server [servername]
Server: Msg 18456, Level 16, State 1
Login failed for user ‘username’
On client machine, I entered the following at the command prompt:
C:\>osql –E
Following message appeared:
[Shared Memory] SQL Server does not exist or access denied
[Shared Memory] Connection Open (Connect())