Export Data sqlserver 2005 a access

30/10/2009 - 13:20 por Pumuki | Informe spam
Hola a todos.
Estoy haciendo un paquetes sis para realizar exportaciones de una cuantas
tablas a access 2003.
Y una de las tablas me da el siguiente error:

Messages

Error 0xc002f210: Preparation SQL Task: Executing the query "CREATE TABLE
`sectores` (
`classid` Decimal(19,0) NOT NULL,
`revisionnumber` Double NOT NULL,
`geometry` LongBinary NOT NULL,
`GEOMETRY_SI_1` LongText NOT NULL,
`GEOMETRY_SI_2` LongText,
`id` Decimal(11,0) NOT NULL,
`demarcacio` LongText NOT NULL,
`escala` Decimal(19,0) NOT NULL,
`y` Decimal(29,15) NOT NULL,
`x` Decimal(29,15) NOT NULL,
`featid` Decimal(19,0) NOT NULL
)
" failed with the following error: "Precisión no válida para el tipo de
datos decimal.". Possible failure reasons: Problems with the query,
"ResultSet" property not set correctly, parameters not set correctly, or
connection not established correctly.
(SQL Server Import and Export Wizard)

Este problema es de tipos supongo. Por ejemplo LongBinary,Long Text etc..

Como pudeo solucionar esto.
 

Leer las respuestas

#1 Maxi Accotto
30/10/2009 - 13:57 | Informe spam
Hola el problema lo tenes con un campo entre los dos mundos, deberias usar
tareas de conversion dentro del paquete SSIS



Maxi Accotto
MVP en SQL Server
http://blog.maxiaccotto.com

"Pumuki" <rafelbunyol@"QUITAESTO"hotmail.com> wrote in message
news:
Hola a todos.
Estoy haciendo un paquetes sis para realizar exportaciones de una cuantas
tablas a access 2003.
Y una de las tablas me da el siguiente error:

Messages

Error 0xc002f210: Preparation SQL Task: Executing the query "CREATE TABLE
`sectores` (
`classid` Decimal(19,0) NOT NULL,
`revisionnumber` Double NOT NULL,
`geometry` LongBinary NOT NULL,
`GEOMETRY_SI_1` LongText NOT NULL,
`GEOMETRY_SI_2` LongText,
`id` Decimal(11,0) NOT NULL,
`demarcacio` LongText NOT NULL,
`escala` Decimal(19,0) NOT NULL,
`y` Decimal(29,15) NOT NULL,
`x` Decimal(29,15) NOT NULL,
`featid` Decimal(19,0) NOT NULL
)
" failed with the following error: "Precisión no válida para el tipo de
datos decimal.". Possible failure reasons: Problems with the query,
"ResultSet" property not set correctly, parameters not set correctly, or
connection not established correctly.
(SQL Server Import and Export Wizard)

Este problema es de tipos supongo. Por ejemplo LongBinary,Long Text etc..

Como pudeo solucionar esto.




Preguntas similares