Forum Discussion

Arghavan300's avatar
Arghavan300
Copper Contributor
Dec 12, 2023
Solved

Tempdb storage on the disk

I'm working with SQL 2019 on-premises. lately due to an unoptimized query the size of tempdb spikes to around 49 GB and nearly 8 GB for each files group. now query is optimized and no longer spills t...
  • Javier_Villegas's avatar
    Javier_Villegas
    Dec 13, 2023
    if you modify the filesize for each file without doing shrink file the script should come back immediately but you won't see the result until restarting the sql server instance

    Regards
    Javier

Resources