Search

Wednesday, April 15, 2009

Reduce space of log file in database

"--See the space of all database's log file
dbcc sqlperf (logspace)
--back up of simple db
backup log dwd with truncate_only
--reduce size of log file
dbcc shrinkfile (dwd_log,1)"

No comments:

Blog Archive

Contributors