Search Results

18
votes

Insert Update stored proc on SQL Server

Your assumption is right, this is the optimal way to do it and it's called upsert/merge. …