Ver Mensaje Individual
  #2  
Antiguo 07-08-2013
Ledian_Fdez Ledian_Fdez is offline
Miembro
 
Registrado: jun 2006
Ubicación: Ciudad Habana, Cuba
Posts: 242
Reputación: 18
Ledian_Fdez Va por buen camino
Post Problema con la sentencia

Intente con esta sentencia:

Código SQL [-]
update Prueba set Photo = (SELECT * FROM OPENROWSET( BULK N'C:\Fotos\Koala.jpg', SINGLE_BLOB) AS IMAGE)

Pero me da el siguiente error:
Msg 8152, Level 16, State 10, Line 1
String or binary data would be truncated.
Responder Con Cita