Hi experts
Just a question: I have noticed that schema sync does take significantly longer in big databases. Do you experience the same? Does sql server need to copy the data into temp tables or something like that?
Thanks in advance, kind regards
Thomas
0
Answers
If you have an upgrade codeunit, and in it you have a function defining synchronisation rules, and in it you have a line saying that some large table shoud be copied to another temp table then yes, NST will make a copy of the table as told.
Schema sync may also take long time if you add a field to a large table, or add or modify an index on it.
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Anyone else?
Thx for the details!
Thomas