So, I know this isn't directly PowerApps related, but the entire reason I have this problem is because of PowerApps, so figured I'd try here...don't really know where else to ask.
Because of the Azure/SQL premium licensing, all new apps we are creating are connected to SharePoint. However, we are running Dynamics AX 2012 - so SQL. Does anyone know of a good way to get data into SharePoint from SQL programmatically? Our table is ~100k rows when we pare it down to exactly what we need, and would like to update it nightly.
Attempted Methods:
SSIS - Maxes out at ~20k rows before failing
CSOM/PowerShell ~ 2 seconds per record
Access Linked DB Macro - Maxes out at ~50k rows before failing
Anything to check on those methods if they should be working would be appreciated too! Been banging my head against the wall on this for a while and can't seem to find anything else on Google...