MS SQL – Normalise Case
Wow not wrote any notes for a very long time…! Recently I’ve had an issue where some text was presented in a table, and I needed to normalise the text. For example: Would need to become: With thanks to Justin Cooney this was possible using the SQL below: The code…