Skip to content

Instantly share code, notes, and snippets.

@anzekrpic
Last active August 24, 2016 12:19
Show Gist options
  • Save anzekrpic/4264e981563b98bc4fdc94e4a315bd2d to your computer and use it in GitHub Desktop.
Save anzekrpic/4264e981563b98bc4fdc94e4a315bd2d to your computer and use it in GitHub Desktop.
AX modelElements in models between build versions
select mf.name, count(*)as 'Element count' from modelelementdata med
join modelmanifest mf on mf.modelid = med.modelid
where mf.VersionBuildNo between 1000 and 3999
group by mf.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment