Hi,
how can I run SQL queries from within a custom plugin (or maybe if there is a plugin available able to doing this) when using Dynamics CRM 365?
I really mean custom SQL queries.
I want to setup a risk management system on top of my data in Dynamics, each risk will be evaluated using an SQL query and I want to create a plugin to evaluate this query and store the result in an entity.
why SQL?
because my risks can be complicated and required to cross multiple entities.
I tried to create a plugin connected to the TDS access point, but its not working because the adsql.dll library is missing.
is there any option?