top of page
Key to Good Code
DEVELOPER'S VIEW ON MICROSOFT BUSINESS CENTRAL
Dec 21, 2024
Table indexes and inserts
Following my series of posts where I have been addressing various aspects of table indexing, this post delves into the same old argument...
166 views1 comment
Nov 24, 2024
Temporary tables in procedure parameters
When we declare multiple instances of a record variable referencing the same table in AL code, we essentially receive different instances...
340 views4 comments
Nov 10, 2024
Another alternative to SIFT: Columnstore indexes
According to this article on Microsoft Learn portal , non-clustered columnstore indexes (or NCCI) are seen as a possible replacement for...
245 views0 comments
Oct 28, 2024
Hidden SQL queries in AL you (probably) want to avoid
Development of Business Central extensions is very much about the database communication, and as AL developers, we always control the...
503 views0 comments
bottom of page