Hello
We have no knowlegde on NAV but some on SQL server. We intend to use a Microsoft SQL server 2008 standard for storing the NAV 5.0 database. The OS will be Windows server 2008 standard.
Which SQL server 2008 components below are required by NAV 5.0 ?
SQL Server Database Engine
Analysis Services
Reporting Services
Integration Services
Replication
Management tools
Documentation
Can we use SQL default instance or named instance as we like ?
Can we choose Security mode (Windows Authentication or Mixed Mode Authentication) as we like ?
Do a "How to install SQL server for using with NAV" description exist ?
Our Microsoft NAV partner claims to our surprise, not to know the answers to the above simple questions. In advance, thanks for any reply.
Finn
0
Comments
Although You would want to install reporting services if you want to write you own sql reports.
yes yes. i suggest mixed mode. On installation CD you'll find a doc or documentation folder with pdf documents.
thats sad
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
You may have spoken to a junior person in that company.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
I don't think SSIS is needed to run Maintenance plans. All you are running is T-SQL task. You can utilize SSIS but I don't think it's required.
Can you find the source?
Here is a thread that mentions that after 2k5 sp2 it's not required.
http://sql-server-performance.com/Commu ... 52569.aspx
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
That is correct. You do not need SSIS to run the plans. Since the plans are nothing more than T-SQL scripts they can be writtten freeform. In fact, I tend to save my script and then just edit the server and database names as I reuse them on different system. But you do need it to edit a plan or to build one using the graphical interface.
Our Microsoft NAV partner finally also have supplied the same information as you do : Only the database engine is nessesary, but reporting services allow for your own reporting.
When we supply the server and the Microsoft NAV partner supply the NAV software, we do - unfortuately - not have access to the NAV documentation before, but only after the server is created.
/Finn
RIS Plus, LLC