Цитата:
Сообщение от
dmites
после конвертации сделали еще оптимизацию всех таблиц база с 200 Gb уменьшилась да 165. Будем пробовать Service pack + обновление статистики, а то бухгалтерия уже нервничает...
Не знаю, поможет или нет - не пробовал, но читал (как-нибудь попробуй на реальной БД):
Maintaining Statistics for Navision Databases
To update the statistics:
1 Open the SQL Query Analyzer.
2 Select the database that contains the statistics you want to update.
3 Run one of the following queries:
update statistics [table name] – to update the statistics for a single table.
sp_updatestats – to update the statistics for all the tables..