Greetings All,
In this case, the DB is 2.60 and the executables are 3.70A. For those familiar with Ceres, you know there are a lot of custom fields added to otherwise standard tables. Is there any risk associated with the Database Info -> Tables -> Optimize functionality?
Thanks,
mw
I despise animal testing. They get all nervous and give the wrong answers.
0
Answers
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
All the added-on fields and in some cases, custom tables (will they optimize?), make me nervous.
Thanks again.
mw
If you use SQL, it does an INDEXREBUILD of the indexes and cleans out the SIFT-tables (removes records with only 0's in them).
In both cases you don't need to worry about it.
In Navision though it is better to only optimize tables that change little, because optimizing optimizes performance for reading, but can decrease performance for writing.
In SQL, it is not needed to do it from Navision anymore. There is the INDEXREBUILD-command and there are SQL-scripts (see Tips&Tricks forum and the download section) to remove the 0-SIFT records.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
mw