select convert(int,left(column,CHARINDEX('+',column)-1 ))+convert(int,right(column,CHARINDEX('+',column)-1 ))
from tablename