We are planning to convert an application from Sybase SQL Anywhere to SQL Server.
At SA we use a lot of "on existing update", that checks by primary key, if line exists. If true, is update (in same way if I was executing update clause). If not, it inserts.
Does SQL Server supports something like this?