Hi all,
I have a web service that uses ASP.NET cache and SQLDependency to invalidate the cache.
The command used for SQLDependency relies on a Stored Procedure.
The problem is that the user that the web service uses to arrive on the DB is a readonly user.
So, a SQLException is raised on subscription because the user hasn't CREATE PROCEDURE rights.
How can I solve giving the user minimum permissions?