"Using a Hub instance not created by the HubPipeline is unsupported"
From Microsoft.AspNet.SignalR.Core
Instead, the hub context must be retrieved:
var context = GlobalHost.ConnectionManager.GetHubContext<HubType>(); context.Clients.All.Whatever();
var context = GlobalHost.ConnectionManager.GetHubContext<HubType>(); context.Clients.All.Whatever();
p_storedProcedure -- comments p_storedProcedure @id, @anotherParam [p_storedProcedure] @id, @anotherParam EXEC p_storedProcedure @id, @anotherParam EXECUTE p_storedProcedure @id, @anotherParam EXEC p_storedProcedure EXEC p_storedProcedure -- comments EXEC [p_storedProcedure] @id, @anotherParam EXEC dbo.p_storedProcedure @id, @anotherParam EXEC dbo.[p_storedProcedure] @id, @anotherParam EXEC anySchema.[p_storedProcedure] @id, @anotherParam EXECUTE dbo.[p_storedProcedure] @id, @anotherParam EXEC [dbo].[p_storedProcedure] @id, @anotherParam EXEC [dbo].p_storedProcedure @id, @anotherParam EXEC DBTEST..p_storedProcedure @id, @anotherParam EXEC DBTEST..[p_storedProcedure] EXEC DBTEST.dbo.p_storedProcedure @id, @anotherParam EXEC [DBTEST]..[p_storedProcedure] @id, @anotherParam EXEC [DBTEST]..p_storedProcedure @id, @anotherParam EXEC [DBTEST].[dbo].[p_storedProcedure] @id, @anotherParam EXEC [LINKEDDATABASE].[DBTEST].[dbo].[p_storedProcedure] @id, @anotherParam EXEC LINKEDDATABASE.DBTEST.dbo.p_storedProcedure @id, @anotherParam EXEC LINKEDDATABASE.DBTEST..p_storedProcedure @id, @anotherParam EXEC @paramName = [dbo].[p_storedProcedure] @id, @anotherParam EXEC @paramName = dbo.p_storedProcedure EXEC @paramName = p_storedProcedure @id, @anotherParam EXECUTE @paramName = p_storedProcedure @id, @anotherParam EXECUTE @paramName = p_storedProcedure @id, @anotherParam