I have the task of moving Sage 100 data CRM to Dynamics 365 CRM. So far I have been able to move data from Sage 100 CRM to SQL server. Now I want to move all those tables to our Dynamics 365 online. There are around 1200 tables in SQL server which I have to move to dynamics 365 (The number of destination entities in Dyanmics CRM are lesser than the number of SQL tables). I tried using SSIS for this so that I iterate through all tables and their rows but I find it's going wrong since I have to specify a destination entity table for our organization's dynamics. I just want to simulate SQL server's export wizard here. Can someone help me on this?
I know that it sounds absurd to move all these tables from sql server to dynamics 365 as my organization is only going to use few of them but this is a client requirement. How can we create new tables on dynamics crm online server if they aren't present?