What might cause SQL error Cannot find the object "dbo.InspectionEvents" because it does not exist o
- by mrtrombone
Hi
My ASP.Net app is periodically getting the error 'Cannot find the object dbo."XXXX" because it does not exist or you do not have permissions' when it tries to execute a specific stored procedure that writes to the database.
I have seen a few forum posts about this issue but the strange thing is that the method works fine almost all of the…