Hi All,
i have some doubt on sql server 2005,
i have one table called table1(id,name,dob,address) and having other table called table2(id,name,dob,address,salary)
i want the records from table2 of the combination(name,dob,address) which is not exist in tables1
if table2 (name,dob,addres) combination is exist in table1 then that record should exclude...
Regards
Santosh