INSERT #Actual ( fullname ) SELECT COALESCE(Salutation + ' ', '') + COALESCE(firstname + ' ', '') + COALESCE(SUBSTRING(middlename ... There aren't any perfect ways of testing SQL code, and all have some overhead and can be cumbersome, but adding testing ...
↧