Hey,
My eventual goal is to automatically import data in an entity I have created in CRM.
I read that Microsoft Dynamics has a Microsoft SQL server edition running, which makes sense because there are entities in it.
(read it here: https://technet.microsoft.com/en-us/library/hh699671.aspx#sql_server_editions)
All I need is to connect to that SQL server through CLI, I have a username, password (Sysadmin role) and the URL which I use to go to the crm platform in my webbrowser. I am trying to establish this connection through cmd, powershell could also be an option but cmd is preffered. What I need to insert I have already converted into sql statements.
I Think that once establish this connection I can run sql code. Am I wrong somewhere?