My question is the following:
Scope: I am currently using Microsoft Dynamics Ax 2012 R3 and my database has the following settings in the properties of the tempdb in Microsoft Sql Server 2012.
Actualmente tengo un disco de 29 GB para almacenar la base de dato tempdb.
But the last few days I have seen that my tempdb database has a runaway growth and it takes 2 days to fill the 29 GB disk.
Questions:
stackoverflow.com/.../unusual-growth-tempdb
The new information is not giving me any new clues. I would proceed with tracing SQL to help shed some light on what might be using temporary storage. Even a look at active processes in SQL activity monitor may help.
There's no a new code. This started when the localization server was migrated.I don't know if it can help to detect the problem but this is the list of the temporary tables.
gist.github.com/.../733b2e870b3d3130a16a8ab5b9291e70
Note that if your tempdb is filling the disk consistently and this is a new problem, I would do a SQL trace to determine what process is causing the issue. Most working storage that is used should be released after use, so you may be experiencing a problem with some new code or process holding working storage open or looping.
Hello,
TEMPDB is used heavily in AX2012 for various things working storage, temporary tables, so it will be volatile by nature. If you are experiencing exceptional growth periods, have you added any new code that may use working storage or temp tables extensively which may be causing this heavier use of TEMPDB?
You can use this thread for allocating tempdb storage: docs.microsoft.com/.../configure-sql-server-and-storage-settings
Thanks,
Steve
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sohaib Cheema 789 User Group Leader
André Arnaud de Cal... 607 Super User 2025 Season 2
Martin Dráb 497 Most Valuable Professional