Database/MS-SQL 썸네일형 리스트형 [Replication] 오류 해결 ** 비활성화 오류시 **1. 게시자쪽에서 :use distributiongoupdate MSSubscriptions set [status] = 2 2. 구독자쪽에서 :use distributiongoexec sp_browsereplcmds * 사용가능 버전 - 2005, 2008, 2008 R2 ** 트랜잭선 전달 오류 시 건너 뛰기 **1. 에러지점 확인sp_helpsubscriptionerrors @publisher = 'SVR_PUB' , @publisher_db ='DB_REPL' , @publication = 'SVR_PUB_to_SVR_RCV_TABLE1' , @subscriber = 'SVR_RCV' , @subscriber_db = 'DB_RCV' 2. 건너뛰기sp_setsubscript.. 더보기 이전 1 2 3 4 5 6 ··· 15 다음