Hello!
Everyday I face performance issues on Navision. I've read some posts about fragmentation and tried to look for it on the SQL Server Navision Database.
My major issues are on the Warehouse entries and Item ledger entries tables. Every single day most of all keys have fragmentations over 70% or 80%, and for what i've read that is way over normal.
To get Navision a bit faster I make table Optimization, on my Navision client, and right after that the fagmentation goes below 1%, but if I wait for 2 or 3 hours the fragmentation of those tables goes up to 50% again.
Is there anything I can do to get solve this?
Thank you in advance!
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I took some time working on SQL Maintenance plans and now it is working for a while. There was no reorganize and rebuild index plans, but I've created it...
My problem now is that users still complaining about performance.
Right now these are the maintenance scheduled plans:
Every day - Backup and organize indexes;
Weekend - Backup and re-build indexes;
Is there anything else I can do to get higher performances???
Thank you!
Is it a dedicated server?
32 or 64 bit
RAM
CPUs
separate spindles for OS, log, data, etc.
RAID type
number of users
http://mibuso.com/blogs/davidmachanick/
Regarding Index Maintenance:
Check out this:
http://dynamicsuser.net/blogs/stryk/archive/2010/05/20/directions-emea-2010-nav-sql-performance-indexes.aspx
http://dynamicsuser.net/blogs/stryk/archive/2010/02/10/technical-airlift-2009-munich-nav-sql-performance-optimization-indexes.aspx
To defrag indexes better than with standard MP you should look into "Books Online", about "sys.dm_db_index_physical_stats", Example D.:
This script is not brilliant, but better than MP. Last but not least some hint: http://www.stryk.info/english/toolbox.html
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
Hello
The Server Specs are:
Xeon CPU 4 5160 @ 3000Ghz
64 bit
8 GB RAM
Windows Server 2003 x64
log and data are in same path.
average of 45 online users from 8AM until 20PM
Thanks
Thank you stryk,
I will look at this and keep you guys updated.
Thank you