Scenario: SQL Database Vs Native Database
1. Currently I am using SQL database for one of my client and not able to run adjust cost on daily basis in 6 Hrs.
Task already done for SQL performance improvement
Quad Core Processor(64 Bit)
52 GB RAM
SQL Database is already divided into 10 Disk with RAID proper configurations.
Maintenance Plan run on regular basis including index maintenance
2. For month closing I need to take backup of system and restore in native database.
I don't don't want to do this activity again.
My requirement is make SQL performance up to Native database performance.
Friends pls suggest me the best feasible way out to improve SQL performance considering above scenarios.
Database figures:
GL - 10020561
ILE- 1631169
VLE- 6873680
3 Months Transactions
KRISHNA PAL SINGHMS-Dynamics -NAVISION
0
Comments
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
But that is not what Mark said. 8)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
There are different optimizations for each version - generally better each new release
http://mibuso.com/blogs/davidmachanick/
Indexes, when migrating the native database to sql server every key in native is translated to an index in SQL server [-X, while this helps performance in the native to many indexes slow SQL Server's performance.
It is like having a book with an index at the back, and then an index on each page for that individual page.
Check what indexes and keys you really need in the SQL database.
In a last statement relational databases like SQL Server can easilly outperform native, but they need to be configured correctly.
RIS Plus, LLC
I find the native to be clumbersome and prone to more mistakes.
The native might be more suited for Navision/Dynamics itself but if you want to export that data to 3th party tools or a website SQL beats native
I have seen Ferraris that go faster than Volkswagens, but that has as much relevance to this thread as your comment.