M
Milsnips
hi there,
i've got an app that imports roughly 10000-15000 records of master data
which needs to be sync'd daily. Currently i'm using WLAN or GPRS to connect
to remote SQL database, then get a populate a sqlDataReader and as i loop
through remote data, i insert it into local.
This can take up to 6-10 minutes which i was wondering if its possible i can
speed this up. i've looked into replication and find it a bit complicated in
having to configure it for each customer rollout i do.
Any advice on speeding up the data import would be appreciated.
thanks,
Paul
i've got an app that imports roughly 10000-15000 records of master data
which needs to be sync'd daily. Currently i'm using WLAN or GPRS to connect
to remote SQL database, then get a populate a sqlDataReader and as i loop
through remote data, i insert it into local.
This can take up to 6-10 minutes which i was wondering if its possible i can
speed this up. i've looked into replication and find it a bit complicated in
having to configure it for each customer rollout i do.
Any advice on speeding up the data import would be appreciated.
thanks,
Paul