Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Fastest way to insert the rec in table

$
0
0

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


Viewing all articles
Browse latest Browse all 3145

Trending Articles