Hello All,
I need to disable 600,000 accounts by using a complex SQL query result.
Can anyone suggest me,what I should have to do?
1.If I am using a external .net application for doing this,it will take too much time.
2.Direct SQL update is not possible.
3.In work flow or plugin : how can I pass these all 600,000 records which is a result of a complex SQL query?
That complex query not converted into fetch xml or query expression.
Please suggest me a convenience and faster way.