B
B. Chernick
I've just written a rather simple (and temporary) utility to update a data
table. (VB Dot Net 2.0) All it does is wipe a SQL Server 2000 database
table and then repopulate it. I simply populate a data table within a
dataset and then use the default update call to send it to the server. It
works fine, however...
It only takes a moment on my local machine. If I go across a network, it
takes closer to a half hour. We're talking about approx. 35000 records.
Any suggestions for speeding it up?
(Admittedly part of the problem is almost certainly that we have an
extremely slow and troubled network. Just want to know if I'm overlooking
anything obvious.)
table. (VB Dot Net 2.0) All it does is wipe a SQL Server 2000 database
table and then repopulate it. I simply populate a data table within a
dataset and then use the default update call to send it to the server. It
works fine, however...
It only takes a moment on my local machine. If I go across a network, it
takes closer to a half hour. We're talking about approx. 35000 records.
Any suggestions for speeding it up?
(Admittedly part of the problem is almost certainly that we have an
extremely slow and troubled network. Just want to know if I'm overlooking
anything obvious.)