일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- FTP7.5
- windows update
- windows debugging tool
- MSCS on VMWare
- windows media service
- Nested VM
- Windows Server 2016 Hyper-v Cluster
- 클러스터
- 작업관리자
- Xperf
- LiveKD
- SQL Server 2008
- Session space
- 안철수
- paged pool
- nonpaged pool
- Windows Server 2008
- windbg
- ftp7.5 장애조치 클러스터
- cluster node as Domain controller
- 터키여행
- failover cluster
- iSCSI target
- 인문고전
- Local TempDB
- 프로세스 CPU 사용량
- Windows Server 2016
- SQL Server 2012R2 FCI
- dsquery
- Hyper-V
Archives
- Today
- Total
목록tempdb 이동 (1)
류짱:Beyond MySelf
TempDB의 로그 파일 위치를 변경 하는 방법
TempDB의 로그 파일 위치를 변경 하는 방법 SQL server managemetnt studio를 실행 한 후 아래와 같이 쿼리를 입력 한 후 현재 TempDB의 로그 파일의 위치를 확인 합니다. use tempdb go sp_helpfile go Alter database 명령어를 이용해 변경 하고자 하는 위치를 입력 한 후 쿼리를 실행합니다.실행 후 메시지를 확인 합니다. " 시스템 카탈로그에서 파일 templog가 수정 되었습니다." alter database tempdb modify file (name=templog, filename='c:\templog.ldf'); go 명령프롬프트를 이용해서 mssql server를 재 시작합니다. Net stop mssqlserver net start ..
Microsoft/MS SQL
2010. 4. 12. 09:30