Question : I found this logged in the SQL Server Error Logs, during some Service Broker troubleshooting. Service Broker needs to access the master key in the database 'MyDatabase'. Error code:32. The master key has to exist and the service master key encryption is required. Error: 28054, Severity: 11, State: 1. What does it signify? Service Broker is working ok on the server, but this error appears on some days. Answer: As a first step , run this sql code , which will signify if there is a master key for the database Select name, is_master_key_encrypted_by_server from sys.databases Where name... Read more →