Access Permission issues in SQL Server 2005

  • In our ASP.NET application, we are using windows authentication to connect to the SQL Server.

    Most of the stored procedures are executing properly through application. But for few stored procedures and tables we get the error as 'Cannot find the object because it does not exist or you do not have permissions'.

    What could be the reason. Please help out.

  • First, please post in the appropriate forum. Every forum name is above the threads.

    Second you likely have objects that are in another schema or the user does not have permissions for. Can you provide more details on the object that can't be found v one that can? How are permissions set up for the app?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply