일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- windows update
- windbg
- cluster node as Domain controller
- FTP7.5
- 프로세스 CPU 사용량
- Hyper-V
- iSCSI target
- dsquery
- 작업관리자
- SQL Server 2012R2 FCI
- Windows Server 2016
- failover cluster
- LiveKD
- Xperf
- Nested VM
- windows media service
- Windows Server 2016 Hyper-v Cluster
- 클러스터
- 터키여행
- MSCS on VMWare
- Windows Server 2008
- 안철수
- paged pool
- nonpaged pool
- SQL Server 2008
- ftp7.5 장애조치 클러스터
- Session space
- windows debugging tool
- 인문고전
- Local TempDB
Archives
- Today
- Total
목록shrink database (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