Luke schreef:

> I am looking for a proper, fastest and most reasonable way to insert
> data from pretty big file (~1,000,000 lines) to database.

Make the file have a format as needed by the data import tool of the
database system.
Often a CSV format is supported.

See also bcp:
http://technet.microsoft.com/en-us/library/ms162802.aspx

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to