0
how to check which record does not exists in one table to another table in sql server?
for example we have two table like table1 and table2 . i want to select all table1 record which does not exists in table2.