RE: Numeric Overflow of Column of datatype Money



Hi

I doubt that it is on the SQL Server side that this error is occuring. The
Sybase driver is failing on the column, long before it reaches SQL Server. It
is failing on trying to bring the row/ column over.

You may want to take it up with Sybase.

Regards
Mike

"SQLCluster" wrote:

> Hi,
>
> I'm trying to load a table from a dts job that selects all the records from
> sybase table and imports it into an equivalent MS SQL 2000 table.
>
> I have done this successfully for 16 tables.
>
> However for one table I get the following error on insert:
>
> Error at source for row number 19000.
> Errors encountered for this task: 1
> [DataDirect][ODBC Sybase Wire Protocol Driver]Numeric Overflow. Error in
> column 48.
>
> Note: That I have serveral column with datatype money that didnt have the
> above issue. Also I just migrated the databases from 7.0 to 2000 and its
> working in SQL 7.0 but not 2000.
> I have checked the column definitions for the table and as far as I can
> determine both the Sybase and MS table match. Column 48 is of money data
> type. Any ideas causing the error?
>
> Thanks!!
>
.



Relevant Pages

  • Re: Migrating SQLServer DBs to Sybase
    ... Server-generated scripts to create the structure in Sybase, and SQL Server ... AseConnection objCon = new AseConnection; ... objCon.ConnectionString = strConnectionString; ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Scheduling DTS job
    ... If you try to transfer the same rowsfrom SQL Server to SQL Server ... > How do i see if there is any difference in the driver ... >>> The SQL server agent is running as Local System Account. ... >>> Nothing has been changed in sybase box. ...
    (microsoft.public.sqlserver.dts)
  • RE: Connecting to Sybase
    ... Have you tried pushing the data directly into AS using SSIS, ... This paper describes push mode processing in more detail: ... issue with pulling the data from Sybase on a daily basis and putting it into ... a Sql server table then having ssas get the data from there. ...
    (microsoft.public.sqlserver.olap)
  • Re: MS SQL server & Sybase interoperability
    ... > I have an application build on Sybase database, and we waant to install MS ... We are using Sybase ASA and SQL Server 2000 on the same machine. ... Installing SQL Server 2000 AFTER installing Sybase did not cause ... caused problems with the ODBC dlls. ...
    (microsoft.public.sqlserver.server)
  • Re: Clean checkdb & checkcatalog - why is "Attempt to repair any minor problems" kick
    ... The command has to run in single_user mode and the maintenance job is ... Microsoft SQL Server Storage Engine ... >> up by them)started failing. ... >> Integrity check should be running an DBCC CHECKDB, ...
    (microsoft.public.sqlserver.server)