I am using MS SQL Server 2000 and have a link from a test db to a live db which is in replication. The link seems to work fine and I can select from any of the tables using any of the fields apart from the field with the constraints on creating ids. So if I run select * from person where firstname like john this works fine, but then if I run select * from person where id =1 then I get no data returned and I get no errors but the record exists.
Any advise is much appreciated.
Thanks