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.