UI slow loading queries

idiot
Member Posts: 651
Environment is SQL Server
What should I be looking out for
1. when a menu button is clicked, it takes a long time for the menu items to be displayed?
2. it takes a long time for the form to be displayed after clicking?
What can be improved to decrease the UI loading time?
Data entry speed is acceptable...
What should I be looking out for
1. when a menu button is clicked, it takes a long time for the menu items to be displayed?
2. it takes a long time for the form to be displayed after clicking?
What can be improved to decrease the UI loading time?
Data entry speed is acceptable...
NAV - Norton Anti Virus
ERP Consultant (not just Navision) & Navision challenger
ERP Consultant (not just Navision) & Navision challenger
0
Comments
-
Perhaps your SQL Data files are fragmented and quite possibly your indexes.
I quite often run the following procedures via SQL Query Analyzer to keep my database in tip-top shape.
I take the database offline and defrag the hard drive, then I rebuild all the indexes using the original fill factor of the database tables.
Search Google for DBCC DBREINDEX for instructions on how to do this.
In my case, I have a 15GB database and DBCC DBREINDEX takes less than 1 hour to complete.
If you can't take the database offline, DBCC INDEXDEFRAG helps.
Whichever way, I also run UPDATE STATISTICS afterwards as it creates more optimal execution plans.
In all cases you can find scripts on the Internet that will run these commands on all tables in your database (instead of manually processing one table at a time).
http://www.sql-server-performance.com is a great resource.
So is http://www.sqlservercentral.com.
I believe that there is also a white paper explaining SQL Server Optimization for Navision in the downloads section.
Hope this helps.0 -
ThanksNAV - Norton Anti Virus
ERP Consultant (not just Navision) & Navision challenger0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions