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:

  1. not allowed characters replaced underscore. "g/l entry" become "g_l entry"
  2. if table exist each company company name dollar sign separator added before table name. "cronus$g_l entry".

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -