How to view relations in the Navision native DB

Hello Is there a way to get a view of the database design and see the realations and table structure? I’m thinking of a solution like how it’s done in SQL Server. Any suggestions? Thanks!

Hello, Use the Developers Toolkit. Its a very good tool for analyzing objects. You can see Relations To Tables or Relations from Objects, view objects with tree view format and may other things.

Short answer: No. Better answer: Perform a backup in the Native Database and restore it into SQL Server. Then you can use Enterprise Manager to create the diagram(s). But my opinion is that it really won’t be much helpful in understanding the big picture.