SQL 2008 메일 설정 에러시

USE master ;
GO
--아래가 설정되지 않으면
ALTER DATABASE msdb SET ENABLE_BROKER ;
GO
--여기로 해보고 그래도 안되면
ALTER DATABASE msdb SET ENABLE_BROKER WITH ROLLBACK IMMEDIATE
--아래에서 다시 셋팅
ALTER DATABASE msdb SET NEW_BROKER WITH ROLLBACK IMMEDIATE

아래와 같이 서비스 브로커가 문제가 있다고 나오면 위 구문으로 처리하면 된다.

Alter failed for database 'xxx'
Cannot enable the Service Broker in database "xxx" because the Service Broker GUID in the database (guid number) does not match the one in sys.databases (different guid number)ALTER DATABASE statement failed.

댓글

이 블로그의 인기 게시물

dtsrun 실행하기

[MS SQL] SP수행 시간 및 작업빈도 확인

Slug가 뭘까?