I have 2 tables one is dbo.emptemp and another is dbo.emp
I am trying to join these two tables and see if record is already exists or not in dbo.emp table if exists I don't want to insert it.
select * from dbo.emptemp innerjoin dbo.emp
↧
Fastest way to insert the rec in table
↧