Showing posts with label How to Determine The Installed Update Dynamics 365 Version With SQL Query. Show all posts
Showing posts with label How to Determine The Installed Update Dynamics 365 Version With SQL Query. Show all posts

Wednesday, 1 November 2017

How to Determine The Installed Update Dynamics 365 Version With SQL Query


SELECT UpgradeToVersionNumber

FROM [Yourdatabase_MSCRM].[dbo].[UpgradeActionTracker]

order by UpgradeToVersionNumber desc


















Google the build number.....