Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 285 Bytes

File metadata and controls

11 lines (8 loc) · 285 Bytes

RealtimeNotificationsSignalR

Realtime Notifications in .NET using SignalR and SQL TableDependency

USE realtime;
SELECT * FROM Products;

SELECT is_broker_enabled FROM sys.databases WHERE name='realtime';
ALTER DATABASE realtime SET ENABLE_BROKER WITH ROLLBACK IMMEDIATE;