|
...speaking of $0.02, make sure that the
utility from SQL Server that produces the "flat" file does not perform
unsolicited rounding of numerics. I was recently burned on a
Sybase->Oracle conversion when the BCP (a.k.a. "bulk copy") and ISQL (a.k.a.
SQL*Plus in Sybase) utilities each implicitly round numeric data to the 2nd
digit to the right of the decimal. Since SQL Server comes from Sybase,
beware...
In ISQL, I could just divide everything by 1.0000
to get the true precision, but BCP doesn't provide that option.
Instead, I wrote a shell script to query the Sybase data dictionary to
generate the "C" program sources for each table. The Sybase APIs were
perfectly capable of handling numeric precision, but the %&^&#* Sybase
developers who wrote ISQL and BCP were too lazy to use them correctly.
Since the ODBC driver from MS-Access seemed to use the API correctly (i.e. no
implicit rounding seen), then maybe the MS folks are more
diligent...
Just FYI...
|
Title: SQL Server to Oracle DB
- SQL Server to Oracle DB Richard Huntley
- RE: SQL Server to Oracle DB Chen, Brian
- sql server to oracle db JOE TESTA
- RE: SQL Server to Oracle DB Farnsworth, Dave
- Re: SQL Server to Oracle DB KENNETH JANUSZ
- RE: SQL Server to Oracle DB GL2Z/ INF DBA BENLATRECHE
- RE: SQL Server to Oracle DB Seefelt, Beth
- RE: SQL Server to Oracle DB Mark Leith
- Re: SQL Server to Oracle DB Tim Gorman
- Re: SQL Server to Oracle DB Jared . Still
- Re: SQL Server to Oracle DB KENNETH JANUSZ
