Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Service Broker (2005)
 Could not find stored procedure SqlQueryNotific ..

Author  Topic 

rastatoon
Starting Member

1 Post

Posted - 2008-08-04 : 04:01:08
Could not find stored procedure SqlQueryNotificationStoredProcedure....



hi,

I have this error message on
SqlDependency.Start(connectionString) method in ASP.NET.

I create all the permissions below for my role under SQL Server 2005
GRANT CREATE PROCEDURE to Abacus
GRANT CREATE QUEUE to Abacus
GRANT CREATE SERVICE to Abacus
GRANT REFERENCES on
CONTRACT::[http://schemas.microsoft.com/SQL/Notifications/PostQueryNotification] to Abacus
GRANT VIEW DEFINITION TO Abacus
GRANT SELECT to Abacus
GRANT SUBSCRIBE QUERY NOTIFICATIONS TO Abacus
GRANT RECEIVE ON QueryNotificationErrorsQueue TO Abacus
GRANT REFERENCES on
CONTRACT::[http://schemas.microsoft.com/SQL/Notifications/PostQueryNotification] to Abacus


I don't find the problem ....
thanks for your answers !!

   

- Advertisement -