데이터베이스 개발자 질문과 답변 게시판
데이터베이스 개발/운영 관련 질문과 답변을 올리는 게시판입니다. 궁금하신 내용을 이곳에서 문의하시면 SQLER 분들의 답변을 받으실 수 있습니다. 문의를 하실때에는 최근 작업하신 특이 사항이나, 장애 발생 전 상황을 상세히 올려 주시면 답글을 적어주시는 SQLER분들의 답변이 더 정확할 수 있으니 도움 되시길 바랍니다. 쿼리 문의일 경우, 실제 문제가 재현되는 테이블생성, 샘플데이터 생성 쿼리를 함께 올려 주시면 더 빠르고 정확한 쿼리 문의 응답이 가능합니다.
A서버 B서버 서로 replication을 걸어놓았는데
일정시간마다 replication에러가 발생한걸 확인했습니다.
상세로그보면
message : the job was invoked by schedule 10(replication agent schedule).the last step to
run was step1(run agent)
delete failed becuase the following set options have incorrect settings
ANSI_NULLS.QUOTED_IDENTIFIER. verify that set options are correcte for
use with indexed views and/or indexs on computed and/or filtered indexes
and/or query notifications and/or xml data type methods
and/or spartial indexes operations [SQLSATE 42000(error 1934)]
the merge process could not clean up the conflict table A for publication B
(error 20709) the step failed
힌트좀 주실분 ㅜ
Comment 1
-
ilovejsp
2016.05.25 15:12
아답찾았네요...
https://blogs.msdn.microsoft.com/sqlserverfaq/2014/11/13/merge-replication-expired-subscription-clean-up-job-sp_expired_subscription_cleanup-sp_mscleanup_conflict-fails-with-error-msg-1934-level-16-state-1-and-msg-20709-level-16-state-1-procedure/
근데이건읽어봐도 잘모르겠네요.,,