I want to update records in SQL server if they already exist, but my source data doesn't have a primary key that matches the primary key in SQL server. Is it possible to identify unique records from the source by using multiple columns to match the record that needs to be updated in SQL? My source is Snowflake and the destination is ODBC connection to SQL server.