저는 지속적인 통합 및 배포에서 데이터베이스를 통합하는 방법을 배우고 있습니다. 이 두 자습서의 예제 인 Tuorial from Redgate Website과이 부분은 Write Cool Code Blog으로 테스트를 위해 간단한 프로젝트를 만들었으며 테이블에 새 열을 추가하는 마이그레이션을위한 매우 간단한 스크립트로 작업하고 있습니다. 빌드를 실행하면 다음 오류가 발생합니다.TFS에서 빌드 오류 "서버를 찾을 수 없거나 액세스 할 수 없습니다." CI 및 CD 통합 데이터베이스에 Redgate 사용
C:\Program Files (x86)\MSBuild\ReadyRoll\ReadyRoll.Data.Schema.SSDT.targets(146,5): Error : An error occurred while attempting to verify your deployment scripts: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
누군가이 문제를 해결할 수 있습니까? 이 오류를 수정하려면 어떻게해야합니까?
감사합니다.