TSQL Challenge 40 - Convert string representation of numeric values from binary to hexadecimal format.
This challenge involves converting numeric values from binary format to hexadecimal format. Your job is to process all the input rows from the source table and produce hexadecimal representation of the binary values.