Glowworm27
Programmer
Hi all u Gurus
I have 2 databases, my local development database, and a Testing database at a remote location.
I want to query a table on my local database (TESTORACLE) and Join it with a Table on the Remote Database (MTADEV)
What I want to do is find the records that do Not match up on the remote database. To try to figure out what is missing on the remote system, to diagnose a bug.
Table layout is like this
Table Name = Labor_Dist
Fields =(Labor_Dist_ID -- (is the Key field)
, Company_Code
, SSN
, Acct_Unit
, Hours
, Pay_Sum_group
, Check_Date
, Universal_ID
, Work_Week_Ending_Date
, Create_Date
, Pay_Amt)
The tables are identical on both systems
Thanks in advance
George Oakes
Check out this awsome .Net Resource!
I have 2 databases, my local development database, and a Testing database at a remote location.
I want to query a table on my local database (TESTORACLE) and Join it with a Table on the Remote Database (MTADEV)
What I want to do is find the records that do Not match up on the remote database. To try to figure out what is missing on the remote system, to diagnose a bug.
Table layout is like this
Table Name = Labor_Dist
Fields =(Labor_Dist_ID -- (is the Key field)
, Company_Code
, SSN
, Acct_Unit
, Hours
, Pay_Sum_group
, Check_Date
, Universal_ID
, Work_Week_Ending_Date
, Create_Date
, Pay_Amt)
The tables are identical on both systems
Thanks in advance
George Oakes
Check out this awsome .Net Resource!