Posted by: Manpreet Singh on: July 2, 2008
As a sql server administrator, many time i have seen “tempdb out of space” problem. the best solution to solve this problem is to move the temp db to new location so that it has enough space to expand
given below is the procedure to move tempdb database to newer location
1. Open SQL Server Management Studio.
2. [...]