Options

Mapping between Navision tables in MS. SQL and in Nav DB

jemmyjemmy Member Posts: 247
Hi Folks,

I just courius, is there any mapping schema between Navision tables in MS. SQL and in Navision DB? :?:
For example, there's integer_ table in Navision Std DB, but I can't find it in MS.SQL (although I have used the same backup and restore DB)! :shock:

Anyone could tell me what's going on here? :(

That's all about it, Thank you.

Jemmy

Comments

  • Options
    kinekine Member Posts: 12,562
    Some tables are "virtual" tables (it is too ambitious to create table with all integers for example). All this "system" tables are in range 2000000002..
    All tables that you can see in object designer are created in SQL. Tables, that are not there are virtual tables and are created by application (table Integer, File, Field etc.)

    Other tables are named <companyname>$<tablename> when there is data per company else only <tablename> is used (with char conversion).

    Tables <companyname>$<number>$<number> are SIFT tables for calculating FlowFields.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.