Maybe but 50,000 + 50,000 is not equal to the 225000 which you quoted as
being your breaking point.
So why not break the Export up into batches?
--
----------------------------
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Rahmadi Aji" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
I already use fail condition at the option in Transform Data Task
Properties (I use SQL 2000). I fill it with 100 for maximum error count,
|
then it happen. Then I try using dummy table with 50000 records, then I use
DTS, it works. Then I truncate the table and fill it with next 50000
records, it works. I think there is no problem with my data. The problem is
when I try to transform all 6 millions rows to dbf file with DTS. I also
have configured the buffer size and the error message log.
Quote:
Thank you very much.
Rahmadi Aji |