Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/12/2005, 17:03
hunabku
 
Fecha de Ingreso: diciembre-2003
Mensajes: 595
Antigüedad: 21 años
Puntos: 1
Cita:
Iniciado por Dynk
drop nombreProcedure

lo corro asi


DECLARE @hora NCHAR(8)
SET @hora = ' 15:04:00'
if
@hora = getdate()
drop prueba



y me marca

Server: Msg 170, Level 15, State 1, Line 5
Línea 5: sintaxis incorrecta cerca de 'prueba'.