Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export a report with 1.5 mill rows ready for DTS import to MS SQL db

Status
Not open for further replies.

eo

MIS
Apr 3, 2003
809
That pretty much says it all. Using CR xi r2 on BOExi r2 professional. I can obviously not use XLS as it has a record limit, tried CSV but the format seems to be highly corrupt (it repeats column headers as an example, text seems to be close, but it adds "" on string borders, so this alters NUMERICS to STRING, which is no good, etc.

Any idea what can be used?

EO
Hertfordshire, England
 
What's the DB source for the RPT...?

You might be better off using the SQL from your report directly within a MS-SQL DTS import package, instead of using the Crystal Report as your "Extract-Transform" layer.
 
CR XI R2 and BOE XI R2 have a new CSV export feature.

Read about it by finding boe_xi2_csv_export.pdf at technicalsupport.businessobjects.com

Essentially it allows you to suppress page headers, removing column headings from the export file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top