Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert SP takes Forever
Message
From
25/02/2016 10:24:37
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2008 R2
Miscellaneous
Thread ID:
01632022
Message ID:
01632042
Views:
48
>
>3. Instead of IF EXISTS INSERT I suggest to use MERGE command. It should be much better.
>

After having worked with it for years, I steer people away from MERGE in OLTP systems. It was really designed for, and is better suited for, ETL loads in data mart/data warehouse scenarios.

But your original point is valid - it's best to optimize the IF EXISTS check.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform