Hi all,
I have doubt regarding the scope for in memory and temp table and i have gone through some document but didn't understand the basic difference in scope for the both.
In Memory table is de-allocated as soon as the record buffer goes out of scope.
All types of temporary tables are automatically dropped by the system when the table variable in X++ goes out of scope. A TempDB table is NOT dropped when you set its record buffer variable to null.
Please make me understand this small thing in ax 2012.
*This post is locked for comments
I have the same question (0)