
Hi,
How can we find an AX table (DIRPERSON) in SQL Server.
*This post is locked for comments
I have the same question (0)Hi,
Dirperson is an inherited table (Table inheritance). Though you cannot find any physical implementation of inheritance tables in the Microsoft SQL Server database.
Take a look at the below link for better understanding,
mycsharpdeveloper.wordpress.com/.../why-companyinfo-dirperson-not-exists-in-sql-server-tables
Best,
Uday.