Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Most effective way to insert many recs to SQL Server?
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00127997
Message ID:
00129022
Views:
41
>>Try the bulk copy program... BCP.
>
>I thought of that, but I don't want to have to reindex after every load. I already have 900,000+ records in there as it is. bcp doesn't use indexes.

BCP has two modes: fast and slow. If the table has existing indexes, using BCP to import data will update the indexes. It will also cause every new row to be logged.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform