User-299966805 posted
I'm fairly new to active directory. I have a database that relies on the Unique Identifier EmployeeId. My first plan was to do a lookup for every single name and email address. However I don't think this is good.
this is becoming a mess how I have to do add custom controls. Should I create a database of all the 2000 AD users and do a lookup based on that table within my custom appliction database.
I was thinking this would be easier if I just run a task to update the database 1x or 2x a day. Rather then query the AD database every single time. Some lookups take a long time.
There must be a better way of doing this.