- P21 - Data
- P21 - EDI
- P21 - Project
- P21 - Process Issues
- P21 - Dynachange
- P21 - Forms
- P21 - Performance
- P21 - Report/Portal
- P21 - General
- Unassigned
How to Shrink Temp DB in SQL
- CHECKPOINT; GO DBCC DROPCLEANBUFFERS; GO
- DBCC FREEPROCCACHE; GO
- DBCC FREESYSTEMCACHE ('ALL'); GO
- DBCC FREESESSIONCACHE; GO
- DBCC SHRINKFILE (TEMPDEV, 20480); GO if this fails restart the SQL Server Service and try again.