I'm new to Navision so bear with me if I don't make alot of sense.
Environment: I am running ver 4.01 on SQL Server 2000 sp4. The server is running Windows Server 2003 Standard Edition SP 1 and has 4 2.8ghz cpus with 2 gig of ram. The database is 30 gig with data and log files stored on separate RAID 5 drive arrays. The database has 10 datafiles (I didn't set it up, so I'm not sure why) all stored on the same RAID 5 drive.
Issue: When the user sets up an Analysis View it takes over 24 hours to complete. The requirements for the view are that there be no date compression and the timeframe is life to date (9 years). There are 8 demensions defined, if that makes a difference. The question is, does that run time sound reasonable?
We are considering warehousing the data, but for now the reports are run against these analysis views and this generation time is unacceptable. We have already gone to restoring the database on a second server in order to not interrupt the general user community.
Thanks for any insights.
T
0
Comments
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Try to run the routine on the server. Run the client on the server to update the analysis view.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Try to NOT maintain the SIFTIndex on SQL. It will go a lot faster.
In case after the calculation, checking the data is slow, enable the SIFTIndex again. Calculating all in 1 go will be a lot faster than 1 by 1.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!