Πριν από μερικές μέρες ένας αγαπητος φίλος και συνάδελφος στο autoexec.gr έβαλε μια ερώτηση για το πρόβλημα το οποίο αντιμετώπιζε και το οποίο ήταν το εξής:
Στον Event Viewer υπήρχε το εξής μύνημα από τον SQL Server
“Server-level event notifications can not be delivered. Either Service Broker is disabled in msdb, or msdsb failed to start. Event notifications in other databases could be affected as well. Bring msdb online, or enable Service Broker.”
Για να λυθεί το παραπάνω πρέπει να ακολουθηθεί η εξής διαδικασία
- Σταμάτησε το SQL Server Agent Service
- Εκτέλεσε τα παρακάτω από ένα query
- ALTER DATABASE MSDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE
- ALTER DATABASE MSDB SET ENABLE_BROKER
- ALTER DATABASE MSDB SET MULTI_USER
- Ξεκίνα ξανά το SQL Server Agent Service ή κάνε restart