Seleccione los últimos 2 caracteres SQL
SELECT RIGHT(Column, number you want) FROM yourtable
peamdev
SELECT RIGHT(Column, number you want) FROM yourtable