About 4,340,000 results
Open links in new tab
  1. How can I connect to MS Dynamics 365 CRM with SSMS

    Nov 10, 2020 · I'm trying to connect to MS Dynamics 365 CRM with SQL Server Management Studio. After lots of researching I can't find any solution that how can I connect database.

  2. CRM reporting Extension - SSRS instance is blank

    May 10, 2018 · Search for CRM reporting Extension - SSRS instance is blank. Make sure that in the Report Server Configuration Manager there is specified a service account which is a …

  3. How to query active users who accessed Dynamics 365 CRM

    Aug 22, 2023 · Managing user activity and tracking interactions within D365 CRM is crucial for understanding user engagement and optimizing the system's performance. This blog post will …

  4. How do I get data from Dynamics CRM online in to my SQL server …

    Jan 24, 2014 · All I want to know is where to start in terms of using SQL tools (queries or SSIS I assume) to query CRM online (2013) and bring data into a table. Is this even possible?

  5. sql server - CRM Dynamics Performance / Timeout issue - Stack …

    Nov 17, 2021 · We have Microsoft Dynamics 365 (CRM) on premise version. This instance is used by around 100 users and there are 15+ custom applications written in .Net, which …

  6. dynamics crm - Adding members to team throws Generic Sql error …

    Oct 2, 2024 · In Dynamics v9 on-prem I'm trying to add members to the team using the following code snippet: public static void AddMembersToTeam(Guid teamId, Guid[] membersId, …

  7. Sql error: Generic SQL error. CRM ErrorCode: -2147204784 Sql …

    Dec 21, 2021 · Run SQL Profiler - This will be the most useful tool to determine the source of the issue given that the source of the problem is likely related to a SQL object with one of the …

  8. crm - How to query in SQL tables of Dynamics 365 on premises for …

    Oct 17, 2022 · How to query in SQL tables of Dynamics 365 on premises for audit changes of specific field by old and new value Asked 3 years, 2 months ago Modified 3 years, 2 months …

  9. How to get Audit history data using sql - Dynamics 365 Community

    May 4, 2020 · I need to create a report using SQL of audit history for a specific entity and a specific field in the entity (old value vs new value) is it possible? I'm using on-premisse 2016

  10. sql server - Get audit history records of any entity record as per …

    Aug 3, 2017 · I want to display all audit history data as per MS CRM format. I have imported all records from AuditBase table from CRM to another Database server table. I want this table …