Ver Mensaje Individual
  #13 (permalink)  
Antiguo 11/07/2011, 11:24
blackzerogamer
 
Fecha de Ingreso: abril-2010
Mensajes: 111
Antigüedad: 14 años
Puntos: 3
Respuesta: insert gigante

BULK INSERT dbo.ESTIMADO
FROM 'C:\Users\BlackShadow\Desktop\Sql Mineria\sqlInsert\Estimado.sql'
WITH(CODEPAGE='RAW',
FIELDTERMINATOR=';'
)

luego de hacer este insert me salen estos errores

Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 1 (PK_ESTIMAD).