G
Guest
I am trying to insert a random number field in a very large dataset (1.9 million records) so that I can break it in two without imposing a bias on the subsets. I plan to sort on the random number, then select the top half of the records
When I attempt to create the field I get an error "File sharing lock count exceeded. Increase MaxLocksPerFile registry entry. (Error 3052)". This message advises me to increase the number allowed, which is currently 9,500.
If the current number (9,500) represents the maximum number of records allowed for random number generation, I would have to increase it from 9,500 to over 1.9 million, a very scary large increase! I'd like to know what the concept MaxLocksPerFile means, what to change it to (if I should touch it at all), and whether there's any danger in changing it
When I attempt to create the field I get an error "File sharing lock count exceeded. Increase MaxLocksPerFile registry entry. (Error 3052)". This message advises me to increase the number allowed, which is currently 9,500.
If the current number (9,500) represents the maximum number of records allowed for random number generation, I would have to increase it from 9,500 to over 1.9 million, a very scary large increase! I'd like to know what the concept MaxLocksPerFile means, what to change it to (if I should touch it at all), and whether there's any danger in changing it