Hello everyone, I have never had with version ax2012R3 tempdb SQL to fill with temporary tables without these are deallocated by AX ? Is there a way to unset , without restarting the instance of SQL ?
Thanks so much
*This post is locked for comments

Hello everyone, I have never had with version ax2012R3 tempdb SQL to fill with temporary tables without these are deallocated by AX ? Is there a way to unset , without restarting the instance of SQL ?
Thanks so much
*This post is locked for comments
It destroyed when the last reference to the table buffer gets out of scope. If it doesn't happen, most likely you still have a reference somewhere that you're not aware of. Otherwise it would be a bug.