일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Windows Server 2016 Hyper-v Cluster
- Windows Server 2008
- Session space
- cluster node as Domain controller
- Xperf
- failover cluster
- 인문고전
- windows media service
- Hyper-V
- MSCS on VMWare
- LiveKD
- Nested VM
- windows update
- Windows Server 2016
- paged pool
- 작업관리자
- nonpaged pool
- ftp7.5 장애조치 클러스터
- 터키여행
- windows debugging tool
- dsquery
- 클러스터
- Local TempDB
- windbg
- FTP7.5
- SQL Server 2012R2 FCI
- SQL Server 2008
- 프로세스 CPU 사용량
- iSCSI target
- 안철수
Archives
- Today
- Total
목록ms sql (1)
류짱:Beyond MySelf
1. SQL server management의 쿼리 탐색기에서 파일 위치를 변경하고자 하는 데이터베이스 파일의 논리 이름을 확인합니다. SELECT file_id, name, physical_name FROM sys.master_files WHERE database_id = db_id('testdb') GO Name과 Physical Name을 구분하여 확인 하시기 바랍니다. * 아래 항목은 해당 DB에 접속한 사용자가 없을 경우 진행 하지 않으셔도 됩니다. 사용자들에게 공지하여 작업하고자 하는 데이터베이스에 대한 연결을 해제하도록 합니다. 만일 해제되지 않는 연결이 남아 있어서 문제가 되는 경우에는 다음과 같은 방법을 사용하여 연결을 싱글 유저로 변경 후 다시 멀티 유저로 변경 후 다시 작업을 진행 합..
Microsoft/MS SQL
2010. 4. 12. 09:55