
We are looking for a way to connect to Dataverse SQL connection in SSIS package to read-only real-time data directly. Just thinking out loud if this way , we might avoid Dynamics WebAPI limits.
Has any one used CDATA ADO.NET (https://cdn.cdata.com/help/UVG/ado/default.htm) connector and has achieved such read-only real-time data connectivity or not?
If this is done Can you share the experience in terms of performance statistics?
If there is any other alternative routes for such call's please share.
We were able to resolve Dataverse connectivity using the Kingsway SSIS ADO.NET - Productivity pack. This way, our Web API call limitation got resolved.