I have a few stored procedures here at work where from time to time they start to time out randomly. The application is using a hard coded db username/password and will start to time out after a certain amount of time (usually days or weeks.) If I log into SQL manager with my own domain username, it always returns in a second calling the same stored procedure. It's like as if the stored procedure is going fubar for the certain login.
If I recompile the stored procedure or just rerun it, the application will respond within a second like the domain username. Is there something I can do to fix this? Or has someone run into this problem before?
If I recompile the stored procedure or just rerun it, the application will respond within a second like the domain username. Is there something I can do to fix this? Or has someone run into this problem before?
