We have around 3 milions Records , which are independent of each other.
3 Milions of Member Exists in source Database and we want tomove to target database.
3 Milions records need to be validate and then move to OLTP record.
So we have to fetch every record and pass to the next level of Stored Prcoedure to process the data.
So in 1 Instance of Visual Studio (Devenv) how can we implement parallel processing using Execute SQL Task.
Please suggest.