일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- iSCSI target
- windows debugging tool
- 클러스터
- Local TempDB
- 터키여행
- MSCS on VMWare
- 작업관리자
- paged pool
- Windows Server 2016 Hyper-v Cluster
- dsquery
- Windows Server 2008
- Session space
- windows media service
- 안철수
- 인문고전
- cluster node as Domain controller
- LiveKD
- windows update
- FTP7.5
- ftp7.5 장애조치 클러스터
- failover cluster
- 프로세스 CPU 사용량
- windbg
- SQL Server 2008
- nonpaged pool
- SQL Server 2012R2 FCI
- Windows Server 2016
- Xperf
- Hyper-V
- Nested VM
Archives
- Today
- Total
목록데이터베이스 축소 (1)
류짱:Beyond MySelf
MS SQL Server 로그 백업 및 축소
DBCC SHRINKFILE http://msdn.microsoft.com/ko-kr/library/ms189493.aspx 트랜잭션 로그를 백업 후 shrink를 실행 했는데도 로그 파일의 크기가 줄어 들지 않는다면..... sp_helpdb '데이터베이스 이름' dbcc sqlperf(logspace) SELECT name ,size/128.0 - CAST(FILEPROPERTY(name, 'SpaceUsed') AS int)/128.0 AS AvailableSpaceInMB FROM sys.database_files; select * from sys.databases 실행 후 Log_reuse_wait_desc 값을 확인 후 만약 Log_bakcup 상태일 경우 다시 한번 로그 백업을 실행 한 후 ..
Microsoft/MS SQL
2011. 12. 15. 11:48