In my case i have an sql 2005 machine and sql 2000 machine .sql 2005 is running under domiin account and sql 2000 in local system account .
i am trying to query from sql 2005 to sql200-0 machine and not able to do so .Both server has the same sql login and password but not able to create the login it gives the error message as there is no remote user 'xpi8user' mapped to local user (null) from the remote server (servername) microsoft sql server error 15466
the login exist on the remote user with the same user id and password and iam able to login to the server using it .is the error is due to the service account on the remote server was local system account ? what is the solution to connect to the sql 2000 serve r ?lll