Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Mass Amounts of Data?
Message
 
To
12/08/1998 11:56:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126060
Message ID:
00126099
Views:
20
>I have a project where I need to load in a few million
>text files to one of two tables. I am using a primary
>key that is assigned via a stored procedure routine
>similar to the one used in TasTrade (newid()).
>
>The first file contains 1.2 million records and after
>22 hours it is only about 1/2 complete.
>
>Would it have been better to not set NEWID() as
>the default value and used a different technique?

if this is a one-time deal, i'd import to a table wo/ the RI and functions. if it isn't, i'd be patient.

btw, i'm not familiar with the newid stored procedure. is this a default value for a field in a new record?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform