SQL Server supprime 0 de gauche

  SUBSTRING(str_col, PATINDEX('%[^0]%', str_col+'.'), LEN(str_col))
dr4ft