Is there a way to run the reconcile process systematically from SQL? I have around 500 employees that I need to reconcile and they are not grouped together. I don't want to reconcile all employees. Currently I will have to do them one at a time. I'd really like to just feed the employee IDs to a stored procedure to automate the process.
Any ideas?