rizshe
09-13-2006, 07:19 AM
Hi ya,
I'm using sql server 2005. i have 2 tables in the database. 1) tbl_temp. 2) tbl_empDetails.
I have got 149 rows in tbl_temp and about 2 records in tbl_empDetails presently.
Both tables have got SID fileds which is a big string field.
These 2 records are identical to 2 records in tbl_temp. Basically i want to run a query which will bring me the records that are not matched to tbl_empDetails.
I have already run left outer join, right outer join but no luck.
Any ideas?
I'm using sql server 2005. i have 2 tables in the database. 1) tbl_temp. 2) tbl_empDetails.
I have got 149 rows in tbl_temp and about 2 records in tbl_empDetails presently.
Both tables have got SID fileds which is a big string field.
These 2 records are identical to 2 records in tbl_temp. Basically i want to run a query which will bring me the records that are not matched to tbl_empDetails.
I have already run left outer join, right outer join but no luck.
Any ideas?