SQL Server: The TempDB is Full, Shrink it or Move it

In this post, I am sharing a script to Shrink TempDB when it is full or occupying more hard disk space. We know that TempDB contains temporary tables and other objects which are created by the user or system. It also holds intermediate results that produced during query processing. The TempDB also stores the different … Continue reading SQL Server: The TempDB is Full, Shrink it or Move it