Konwertuj kolumnę varchar na int na serwerze SQL

 SELECT TRY_CONVERT(int, '32')
 --if there will be a word instade 32 the answer will be NULL
Info Important