Tema: consulta
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/12/2010, 11:22
pipe_24
 
Fecha de Ingreso: febrero-2005
Mensajes: 62
Antigüedad: 19 años, 10 meses
Puntos: 0
consulta

estoy haciendo un update
y me devuelve el siguiente error
Arithmetic overflow error converting expression to data type int.
UPDATE A
SET
Montoprima=isnull(B.Montopago,0),
codigo=isnull(b.codigo,150),
Rut= b.rut
FROM ventas A LEFT JOIN
pagos B
ON A.operacion=B.Operacion

Ayuda!!!!!!