오류-데이터베이스가 사용 중이므로 독점 액세스를 얻을 수 없습니다. 실제로 하나의 백업 파일에서 하나의 데이터베이스를 복원하는 스크립트 (Sql Server 2008에서)를 만들려고합니다. 다음 코드를 작성했는데 오류가 발생합니다. Msg 3101, Level 16, State 1, Line 3 Exclusive access could not be obtained because the database is in use. Msg 3013, Level 16, State 1, Line 3 RESTORE DATABASE is terminating abnormally. 이 문제를 어떻게 해결합니까? IF DB_ID('AdventureWorksDW') IS NOT NULL BEGIN RESTORE DATABASE ..