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