S
Smartikat
Hello,
I have a Text File that I need to insert into a SQL Server 2000's Table on a
remote machine via the internet. The Text File contains about 60000
records, each record is about 100 Bytes long. My connection speed is T1 and
everything is quite secured (i.e. firewall, etc).
I have tried quite a following methods:
1) SQLCommand... with TSQL Insert statement
2) Dataset, create a table, insert data, SQLDataAdapter.Update
I have no problem getting the data there, but the problem is the Speed. I
am, at best, getting about 400 Records per min. i.e. A simple upload to
the SQL server from my system here takes over 2 hours. Which means, a tiny
6MB Text file will take over 2 hours to insert to a Remote SQL Server. I
cannot upload the file to the server first then do the insert (at least, not
easily.) Is there any other faster method?
Thanks,
Alex
I have a Text File that I need to insert into a SQL Server 2000's Table on a
remote machine via the internet. The Text File contains about 60000
records, each record is about 100 Bytes long. My connection speed is T1 and
everything is quite secured (i.e. firewall, etc).
I have tried quite a following methods:
1) SQLCommand... with TSQL Insert statement
2) Dataset, create a table, insert data, SQLDataAdapter.Update
I have no problem getting the data there, but the problem is the Speed. I
am, at best, getting about 400 Records per min. i.e. A simple upload to
the SQL server from my system here takes over 2 hours. Which means, a tiny
6MB Text file will take over 2 hours to insert to a Remote SQL Server. I
cannot upload the file to the server first then do the insert (at least, not
easily.) Is there any other faster method?
Thanks,
Alex