오류메세지
대상 큐에 메시지를 저장하는 동안 예외가 발생했습니다. 오류: 33009, 상태: 2. The database owner SID recorded in the master database differs from the database owner SID recorded in database 'EOS'. You should correct this situation by resetting the owner of database 'EOS' using the ALTER AUTHORIZATION statement.
해결
EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false
대상 큐에 메시지를 저장하는 동안 예외가 발생했습니다. 오류: 33009, 상태: 2. The database owner SID recorded in the master database differs from the database owner SID recorded in database 'EOS'. You should correct this situation by resetting the owner of database 'EOS' using the ALTER AUTHORIZATION statement.
해결
EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false



이올린에 북마크하기
Prev
Rss Feed