microsoft dynamics - How to view corresponding SQL Server tables From NAV -
i have extract data microsoft dynamics nav , save csv files. , trying creating ssis package.
is there way can find corresponding sql table nav table?
i remember 1 of developers using tool called 'zoom' view tables. have access zoom not sure how find underlying sql table.
tables on sql server named same in nav plus 2 things:
- not allowed characters replaced underscore. "g/l entry" become "g_l entry"
- if table exist each company company name dollar sign separator added before table name. "cronus$g_l entry".
Comments
Post a Comment