Imposble realizar BULK INSERT

06/10/2003 - 10:01 por sijcc | Informe spam
Intento realizar una carga mediante un fichero de texto
utilizando el esquema siguiente:

7.0
37
1 SQLCHAR 0 4 "|" 1 NIP
2 SQLCHAR 0 80 "|" 2 Nom i cognoms
3 SQLCHAR 0 80 "|" 3 Població
4 SQLCHAR 0 1 "|" 4 Sexe
5 SQLCHAR 0 4 "|" 5 Edat
6 SQLCHAR 0 4 "|" 6 Antiguitat
7 SQLCHAR 0 3 "|" 7 Codi producte
8 SQLCHAR 0 80 "|" 8 Descripció producte
9 SQLCHAR 0 4 "|" 9 Codi agència
10 SQLCHAR 0 5 "|" 10 Codi centre emisor
11 SQLCHAR 0 80 "|" 11 Descripció centre emisor
12 SQLCHAR 0 5 "|" 12 Codi proveïdor
13 SQLCHAR 0 80 "|" 13 Descripció fiscal proveïdor
14 SQLCHAR 0 16 "|" 14 Data realització
15 SQLCHAR 0 4 "|" 15 Any realització
16 SQLCHAR 0 4 "|" 16 Mes realització
17 SQLCHAR 0 16 "|" 17 Data comptable
18 SQLCHAR 0 4 "|" 18 Any comptable
19 SQLCHAR 0 4 "|" 19 Mes comptable
20 SQLCHAR 0 20 "|" 20 Codi compte comptable
21 SQLCHAR 0 80 "|" 21 Descripció compte comptable
22 SQLCHAR 0 6 "|" 22 Codi projecte comptable
23 SQLCHAR 0 80 "|" 23 Descripció projecte comptable
24 SQLCHAR 0 3 "|" 24 Codi secció comptable
25 SQLCHAR 0 80 "|" 25 Descripció secció comptable
26 SQLCHAR 0 4 "|" 26 Codi especialitat
27 SQLCHAR 0 80 "|" 27 Descripció especialitat
28 SQLCHAR 0 4 "|" 28 Codi acte
29 SQLCHAR 0 80 "|" 29 Descripció acte
30 SQLCHAR 0 4 "|" 30 Codi familia
31 SQLCHAR 0 80 "|" 31 Descripció familia
32 SQLCHAR 0 19 "|" 32 Qüantitat
33 SQLCHAR 0 19 "|" 33 Tarifa
34 SQLCHAR 0 19 "|" 34 Import
35 SQLCHAR 0 1 "|" 35 Despesa real
36 SQLCHAR 0 1 "|" 36 Despesa calculada
37 SQLCHAR 0 3 "" 37 Tipus despesa

Siempre recibo el siguiente error: "Could not bulk
insert. INvalid column number in format file
c:\bdd\siniestralidad.sql". Utilizo SQL Server 2000.

Alguien sabe como resolverlo?? Gracias anticipadas por
vuestro interés
 

Leer las respuestas

#1 Eladio Rincon
06/10/2003 - 15:09 | Informe spam
Hola,

podrías "atachar" el fichero .sql (siniestralidad.sql)?

Gracias,

Eladio Rincón.
SQL Server MVP

http://eladio.europe.webmatrixhosting.net
"Comparte lo que sabes, aprende lo que no sepas", FGG.


"sijcc" escribió en el mensaje
news:109b01c38be0$14034680$
Intento realizar una carga mediante un fichero de texto
utilizando el esquema siguiente:

7.0
37
1 SQLCHAR 0 4 "|" 1 NIP
2 SQLCHAR 0 80 "|" 2 Nom i cognoms
3 SQLCHAR 0 80 "|" 3 Població
4 SQLCHAR 0 1 "|" 4 Sexe
5 SQLCHAR 0 4 "|" 5 Edat
6 SQLCHAR 0 4 "|" 6 Antiguitat
7 SQLCHAR 0 3 "|" 7 Codi producte
8 SQLCHAR 0 80 "|" 8 Descripció producte
9 SQLCHAR 0 4 "|" 9 Codi agència
10 SQLCHAR 0 5 "|" 10 Codi centre emisor
11 SQLCHAR 0 80 "|" 11 Descripció centre emisor
12 SQLCHAR 0 5 "|" 12 Codi proveïdor
13 SQLCHAR 0 80 "|" 13 Descripció fiscal proveïdor
14 SQLCHAR 0 16 "|" 14 Data realització
15 SQLCHAR 0 4 "|" 15 Any realització
16 SQLCHAR 0 4 "|" 16 Mes realització
17 SQLCHAR 0 16 "|" 17 Data comptable
18 SQLCHAR 0 4 "|" 18 Any comptable
19 SQLCHAR 0 4 "|" 19 Mes comptable
20 SQLCHAR 0 20 "|" 20 Codi compte comptable
21 SQLCHAR 0 80 "|" 21 Descripció compte comptable
22 SQLCHAR 0 6 "|" 22 Codi projecte comptable
23 SQLCHAR 0 80 "|" 23 Descripció projecte comptable
24 SQLCHAR 0 3 "|" 24 Codi secció comptable
25 SQLCHAR 0 80 "|" 25 Descripció secció comptable
26 SQLCHAR 0 4 "|" 26 Codi especialitat
27 SQLCHAR 0 80 "|" 27 Descripció especialitat
28 SQLCHAR 0 4 "|" 28 Codi acte
29 SQLCHAR 0 80 "|" 29 Descripció acte
30 SQLCHAR 0 4 "|" 30 Codi familia
31 SQLCHAR 0 80 "|" 31 Descripció familia
32 SQLCHAR 0 19 "|" 32 Qüantitat
33 SQLCHAR 0 19 "|" 33 Tarifa
34 SQLCHAR 0 19 "|" 34 Import
35 SQLCHAR 0 1 "|" 35 Despesa real
36 SQLCHAR 0 1 "|" 36 Despesa calculada
37 SQLCHAR 0 3 "" 37 Tipus despesa

Siempre recibo el siguiente error: "Could not bulk
insert. INvalid column number in format file
c:\bdd\siniestralidad.sql". Utilizo SQL Server 2000.

Alguien sabe como resolverlo?? Gracias anticipadas por
vuestro interés

Preguntas similares