---------------------------
-- 로그 잘라내기
backup log test with no_log
sp_helpdb test
/*
name ...
----------------...
test ...
name ...
---------------...
test ...
test_log ... -- 축소하고자 하는 로그 파일명
*/
---------------------------
-- 로그 파일 축소
use test
go
dbcc shrinkfile (test_log,0)
/*
DbId FileId CurrentSize MinimumSize UsedPages EstimatedPages
------ ------ ----------- ----------- ----------- --------------
7 2 63 63 56 56
(1개 행 적용됨)
DBCC 실행이 완료되었습니다. DBCC에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.
*/
영삼넷
Categories
Recent Posts
Recent Comments
Statistics
- Total Visitors:
- 386291
- Today:
- 684481
- Yesterday:
- 97511516
IT강국 김영삼 블로그에 오신걸 진심으로 환영합니다.
©2002 영삼넷 // openkr
©2002 영삼넷 // openkr