Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/05/2008, 19:25
dfx25
 
Fecha de Ingreso: mayo-2008
Ubicación: Guatemala
Mensajes: 5
Antigüedad: 16 años, 7 meses
Puntos: 0
Busqueda Respuesta: Re: Insert O Update Dependiente De Si Existe

Cita:
Iniciado por viviab Ver Mensaje
Pues si existe un registro con que hagas un select es suficiente:

if exists(select * from tabla where id = numero) begin
print 'existe registro' -- operacion
end

ahora si haces un update tambien puedes consultar la variable @@ROWCOUNT y verificas cuantas filas actualizó.

salu2
Una duda, es posible poner la funcion Exist en un trigger
es que estoy intentando pero me sale un error. agradeceria vastante.

Saludos.