Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/01/2006, 08:35
bitshoot
 
Fecha de Ingreso: noviembre-2004
Mensajes: 371
Antigüedad: 19 años, 6 meses
Puntos: 0
gracias por la ayuda pero investigue un poco y la soluciones de la siguiente manera por si a alguien le sirve.

select distinct id_encuesta, nombre, estado, puntaje,
convert(char(20),fecha_inicio,103) fecha_inicio,
convert(char(20),fecha_termino,103) fecha_termino, id_enc, id_dest
from encEncuesta inner join encRespondidaDestinatario on encEncuesta.id_encuesta = encRespondidaDestinatario.id_enc
where estado = 'A'
and id_dest = '1'
and fecha_termino < '20060112 '