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