2008/04/15

ms-sql db 사이즈 줄이기

use [db명]
backup log [db명] with no_log
dbcc shrinkfile([db로그파일명], TRUNCATEONLY)

댓글 없음: