La soluzione completa per affrontare le complessità del mondo IT

Il VSA notifica che SQL Server Broker è disabilitato

KB52197

Ultimo aggiornamento: 07 June 2019

Verificare e abilitare SQL Server Broker sul database 'Ksubscribers'

9.5

Le operazioni seguenti vanno eseguite nel SQL Server Management Studio, creando una nuova query:

Per verificare se il Service Broker è abilitato, eseguire:

SELECT is_broker_enabled FROM sys.databases WHERE name = 'Ksubscribers';

Per abilitare il Service Broker :

ALTER DATABASE [Ksubscribers] SET ENABLE_BROKER;

Per disabilitare il Service Broker (se richiesto dal supporto per troubleshooting):

ALTER DATABASE [Ksubscribers] SET DISABLE_BROKER;

New call-to-action