Change ‘TempDB’ file location in SQL Server
Introduction The TempDB database is essential to SQL Server’s management of temporary data and execution of different tasks. The TempDB files are often kept on the same disc as the SQL Server installation by default. However, there may be circumstances…