/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
USE kpi dbcc shrinkfile ('kpi_log', 1) USE tempdb dbcc shrinkfile ('tempdev', 1) dbcc shrinkfile ('templog', 1)