I have tried the following methods to shrink the tempdb (which appears to have been filled by a stored procedure using cursors to insert data across 2 databases):-
1. Right-click on the database, All tasks, Shrink database.
2. Query analyzer dbcc shrink database(tempdb,90)
3. Restarting the services
Unfortunately the Tempdb remains 1.7 GB, with only20 Mb actually in use
Any other suggestions?
1. Right-click on the database, All tasks, Shrink database.
2. Query analyzer dbcc shrink database(tempdb,90)
3. Restarting the services
Unfortunately the Tempdb remains 1.7 GB, with only20 Mb actually in use
Any other suggestions?