SQL Server 2000 is installed on 2 machines on the same LAN. One is running W2k Server and the other is running XP Pro.
The following query will run on the XP machine but not on the W2K machine.
Turning off my XP firewall doesn't help. I scoured this forum and found similiar problems but nothing exacly that help.
Thanks
Leon
The following query will run on the XP machine but not on the W2K machine.
Code:
SELECT PE_ID FROM OtherServer.database.dbo.PeopleTable
Thanks
Leon