web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Dynamics Ax 2012: Number of tables in Dynamics Ax 2012

Ali Zaidi Profile Picture Ali Zaidi 4,657

While working, the question aries in my mind, how many tables and view exists in default dynamics Ax 2012, with out any customization. I queried on Microsoft Dynamics AX database in Sql server

SELECT count(*)NumberOf,table_type FROM information_schema.tables group by table_Type

I found 3198 base tables and 477 Views.

Happy Dynamics Ax development.

Comments

*This post is locked for comments