I have a Stored Procedure that is constantly failing with the error message \"Timeout expired,\" on a specific user.
All other users are able to invoke the sp just f
I think to answer your question, we may need a bit more information.
For example, are you using Active directory to authenticate your users? Have you used the SQL profiler to investigate? It sounds like it could be an auth issue where SQL Server is having problems authenticating this particular user.