본문 바로가기

㏈ª By β┖υΕJini/MS-SQL88

Error: 7886, Severity: 20, State: 1 A read operation on a large object failed while sending data to the client. A common cause for this is if the application is running in READ UNCOMMITTED isolation level. This connection will be terminated. 1. SQL Error Log 발생한 에러 2012-11-27 17:16:55.590 spid3477 Error: 7886, Severity: 20, State: 1.2012-11-27 17:16:55.590 spid3477 A read operation on a large object failed while sending data to the client. A common cause for this is if the application is running in READ UNCOMMITTED isolation level. This connection will be terminated. [그림 1-1] - 어떤 쿼리(프로시저) 에서 발생하는 에러 인지를 찾기 에러가 주로 발생하는 시간 주기적 (15분 ~.. 2012. 12. 3.
SSMS , Replication Monitor 스냅샷 생성이 되지 않는 현상에 대한 해결 방법 시스템 기본 정보 OS : Windows 2008 64bit R2 Ent SQL Server : SQL2008 R2 Ent 10.50.4000.0 Processor : Intel Xeon X5675 3.07Hz (24Core) Memory : 36G (SQL Max Memory 16G) 서버 용도 전세계 3대륙 8개국가 5개의 DB를 27개의 게시자로 37개의 서버에 총 105개의 구독자를 만들어 분산 전용 서버와 IIS 서버(서비스가 아닌 관리용 리포트 웹)으로 사용 증상 1. SSMS 및 Replication Monitor 에서 스냅샷 생성이 안됨 단 . 수동 실행 하면 생성은 됨 c:\Program Files\Microsoft SQL Server\100\COM 에서 snapshot -publicat.. 2012. 11. 7.
Merge Replication - Could not delete the subscription at Subscriber 'XXXXX' in database 'XXXXDB'. 게시 DB : SQL 2008 R2 10.05.2817 구독 DB : SQL 2008 R2 10.05.1600 머지 복제에서 아래와 아래와 같은 오류가 발생 이후 Replication 동작 하지 않음 상태 - 구독자 View Synchronization Status Starting 만 표시후 반응 없음 - Reinitialize 되지 않음 - 아티클을 전부 제거 하였음에도 Replication 삭제 되지 않음 - Replication 삭제시 아래와 같은 에러 발생 TITLE: Microsoft SQL Server Management Studio ------------------------------ Could not delete the subscription at Subscriber 'XXXXX' in .. 2012. 8. 28.
Error 8646: The index entry for row ID was not fount in index ID 2, of table Error Error 8646: The index entry for row ID was not fount in index ID 2, of table 848058107, in database 'BLUEJINI_SVR' SQL 2000 Merge Replication 삭제시 위와 같으 오류가 발생 할 경우 DBCC CHECKDB('DB명') 관련 테이블의 데이터 TRUNCATE TRUNCATE TABLE MSmerge_contents TRUNCATE TABLE MSmerge_genhistory 후 복제 제거를 통하여 해결 할 수 있다. 2012. 8. 27.