Page 1 of 1

The EXECUTE permission was denied on the object

PostPosted: Thu Dec 10, 2009 6:07 am
by stephen
I have an application that uses ODBC to access SQL Server 2008 but I get the error
The EXECUTE permission was denied on the object
when I start the appliaction.
Solution is to Grant Execute permissions
eg

GRANT EXECUTE ON [dbo].[sp_items_for_sale] TO [ASPNET]