Skip to main content

Datenbank Support FAQ

Nach dem Einspielen einer Datenbank erscheint folgende Meldung: "The SQL Server Service Broker for the current database is not enabled, and as a result query notifications are not supported." Was sollte ich tun?

Starten Sie SQL Server Studio Manager and führen Sie folgende zwei Befehle aus:

ALTER DATABASE "<the database name>" SET NEW_BROKER WITH ROLLBACK IMMEDIATE;

und dann

ALTER DATABASE "<the database name>" SET ENABLE_BROKER;