How is the TEMPDB database used in CA Service Desk Manager.
CA Service Management 17.X
Microsoft SQL Server uses the TEMPDB database as a scratch area for MDB temporary tables, sorting, subqueries, and so forth.
The size of the TEMPDB database should be increased based on available disk space and expected usage. Microsoft SQL Server adjusts the size incrementally over time.
There are no settings within CA SDM to control the size of the TEMPDB database- this is controlled by SQL server.
The following Microsoft article provides ways on ow to control the size of the TEMPDB database:
https://support.microsoft.com/en-us/kb/307487