Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/01/2006, 12:35
Avatar de axy108
axy108
 
Fecha de Ingreso: diciembre-2003
Ubicación: En frente de mi Computadora
Mensajes: 415
Antigüedad: 21 años
Puntos: 0
Insert de fechas

Hola amigos tengo un problema, estoy tratando de realizar este insert en SQL SERVER 2005 (la que viene con el Studio 2005)

Código:
INSERT INTO ANTICIPOS(EMCLAVEEMPLEADO,ANCANTIDADPESOS,ANFESOLICITUD,ANDESCENELMES,ANDIAAPAGAR,ANCLAVEEMPLEADOAUTORIZA,ANESTATUS,ANFEACTUALIZACION,ANUSERACTUALIZO)
 VALUES('E2005120501',2500,GETDATE(),2,'30/01/2006 12:27:03 p.m.','E2005120501',0,GETDATE(),'E2005120501')
Pero cuando lo trato de ejecutar me manda este error:

Código:
Conversion failed when converting datetime from character string.
ya intente quitarle las comillas y me manda este otro error:

Código:
Incorrect syntax near '12'.
Alguien me puede ayudar please??????

SALUDOS Y GRACIAS

__________________
Todos somos muy ignorantes :pensando: . Lo que ocurre es que no todos ignoramos las mismas cosas ;-) .... Albert Einstein :cool: