I am new to Navision application.Can you please explain the difference between Navision DB and Sql Server DB?
Asked
Active
Viewed 3,682 times
3 Answers
2
That completely depends on how you have Navision installed. See the entry on Wikipedia to see what I mean. It can be installed with SQL Server, or their native database server (referred to as 'Classic'). A google search for Classic Navision Database should get you well along in your research.

Dan Short
- 9,598
- 2
- 28
- 53
0
If you want to be able to use sql syntax for database queries, then you need to install the sql server database. The native database does not support sql.

Eydun
- 534
- 1
- 5
- 15
-2
Navision uses MySQL standard database, not just SQL. You should be able to see it depending on the tier composition you have on your NAV installation.

Pepe T.
- 174
- 6
-
NAV never used MySQL. It used originally a proprietary db engine and later SQL Server. – underscore_d Apr 21 '22 at 21:40