Quote:
Originally Posted by pwiesner
Certainly a bulk SQL insert will be faster than using either the webservice or the direct API but both of these options are pretty fast. How many user accounts are you trying to create and how frequently will you be creating them?
|
A typical batch may be anywhere from a few thousand to a few hundred thousand. We'll probably be creating these on a weekly basis.
Quote:
Originally Posted by pwiesner
As a data point, I was able to create 10,000 user accounts in 2 minutes and 17 seconds using the webservice; admittedly my test was pretty basic.
|
We would really prefer to be able to do this from SQL, as it can then be integrated into our overall workflow management system.
Quote:
Originally Posted by pwiesner
Do you remember who you spoke to about creating encrypted passwords directly in the database?
|
It was John Fischer:
"One of my developers familiar with the way that Checkbox does encryption says that Checkbox uses an MD5 Hash with no Salt."