RE: Bulk Load of Data

2004-03-03 Thread Schildberg, Steffen
Hi Edward, Pius, Edward [mailto:[EMAIL PROTECTED] wrote: > > Hello, > > I am trying to load a huge amount of data into a > table (around 16 > million rows). I tried to do this using the standard SQLCLI > command. But it > seems to take a significantly long time. Is there any other >

Re: Bulk Load of Data

2004-03-03 Thread Marcin P
That's what the tool called Loader is for. Take a look into the docs and the archives of this list for details. Good luck Marcin U¿ytkownik "Pius, Edward" <[EMAIL PROTECTED]> napisa³ w wiadomo¶ci news:[EMAIL PROTECTED] > Hello, > > I am trying to load a huge amount of data into a table (a

Bulk Load of Data

2004-03-03 Thread Pius, Edward
Hello, I am trying to load a huge amount of data into a table (around 16 million rows). I tried to do this using the standard SQLCLI command. But it seems to take a significantly long time. Is there any other mechanisms to use for loading this data relatively faster? In apprecia