/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
backup log somedb WITH truncate_only USE somedb sp_helpfile --this provides a list of files used by current db dbcc shrinkfile('somedb_log', 3)