Two Server
From: SAMAY (anonymous_at_discussions.microsoft.com)
Date: 05/10/04
- Next message: == Steve Pdx==: "help needed to bring in text files.."
- Previous message: Michael Gaillez: "Re: "Invalid Cursor Error""
- Next in thread: Vinodk: "Re: Two Server"
- Reply: Vinodk: "Re: Two Server"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 May 2004 13:41:04 -0700
I have two server
1. Member table name = eMember
2. UMD123 table name = EW_Test
I want to get all those records which do exists in EW_Test but not in efolder(i.e my process is that whenever a user hit Send a record is created in eMember & EW_Test, But for some reason the records were not created in EW_Test which i want to insert it manually)
I have a a below script But this is giving me all the records instead of only Those records which do not exists in EW_Test table
Select E.eName, U.eName from Dbo.eMember E, eMember_app_Test.UMD123.dbo.EW_Test U
where U.eName<> E.eName and E.Salary = '100000'
Please advice me with this
Thanks!!!!!
- Next message: == Steve Pdx==: "help needed to bring in text files.."
- Previous message: Michael Gaillez: "Re: "Invalid Cursor Error""
- Next in thread: Vinodk: "Re: Two Server"
- Reply: Vinodk: "Re: Two Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|