Hi,
Recently we have deployed Managed solution to Production enviornment and as part of this deployment couple of fields were removed and data for those fields also removed from Production Environment.
My Question is how can we recover fields and Data which is removed.
Q. I can understand, we will easily recover fields from Dev instance but how to recover data which was removed from Production?
Q. Is there any way we can recover fields/data model if removed accidently by someone from Dev instance?
I am thinking of below solution for first issue. Please let me know if this is a viable solution.
We will first deploy the data model from Dev to Prod. We have the Database back which we did before the deployment. We are planning to restore the backup in separate fresh environment. We will then use ExportToExcel/Console/SSIS package to move data to Prod enviornment.
I would really appreciate your response.