in case you must shrink you tempdb, you can run this small code to do this. DBCC FREESYSTEMCACHE('ALL') use tempdb go DBCC SHRINKFILE (TEMPDEV,1024) go
in case you must shrink you tempdb, you can run this small code to do this. DBCC FREESYSTEMCACHE('ALL') use tempdb go DBCC SHRINKFILE (TEMPDEV,1024) go