Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Most effective way to insert many recs to SQL Server?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00127997
Message ID:
00128015
Vues:
77
Hello Chritopher,

I would sugget you to use Remote Views table buffering enabled. First add all
records to the view and then update them using single TABLEUPDATE().

This will reduce the number of transcation to the server as it write to it just in one shot.

Bye
Jayesh


>What would you say is the most effective/efficient way to insert many records at once into a SQL server table on an ongoing basis?
>
>Basically, we get anywhere between 5000 and 20000 records per day that must be added to this one table. The ugly part is that they all come in at once. If they came in at all hours of the day, I'd just insert them as they came in. Basically, I would like to know the best method (view vs. SPT) and the best settings for the connection and/or cursor/query. I really don't have the time (unfortunately) to test each combination of settings to see which one is fastest.
>
>Can anyone offer some assistance?
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform