Hello,
I'm working with Dynamics 365 Finance and Operations, version 10.0.43, and I've noticed that the DBVERSION table, which existed in previous versions or legacy environments, is not present in the current database.
In the old version, this table contained the columns VersionType, VersionNumber and VersionString, and was used to control the version of the database.
I looked in standard tables such as SYSINFO, MODELVERSION and SYSVERSION, but I couldn't find any table or entity that contained exactly the same information.
I tried searching the web, but couldn't find any information. I saw this link Database Version (msdyn_databaseversion) table/entity reference (Microsoft Dynamics 365) | Microsoft Learn but it's not updated to a new location for database version information
Example, in version 43 of D365fo in the database I have the schema dbo.nametable but in version 40 of D365fo in the database I have the schema ax.nametable, dbo.nametable. I don't want to know the version of d365fo or sql. I really want to know the version of the database I'm using in dynamics.
I'd like to know:
Why does the DBVERSION table no longer exist in this version?
Is there any other place or standard table that replaces the DBVERSION function in the current D365FO?
Where can I find official documentation or guidance on this subject?
Thank you in advance for any help or advice.
Thank you!