I'm writing a TSQL MERGE statement to handle the usual combination of UPDATE and INSERT. I have a couple of select columns which should only be updated if (for example) a parameter is set to TRUE. For example:I'm writing a TSQL MERGE statement to handle th