Stored Procedure failing on a specific user

后端 未结 5 552
悲哀的现实
悲哀的现实 2020-12-21 07:41

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

5条回答
  •  温柔的废话
    2020-12-21 08:36

    Well, I could suggest that you use SQL Server Profiler and open a new session. Invoke your stored procedure from your ASP page and see what is happening. While this may not solve your problem, it can surely provide a starting point for you to carry out some 'investigation' of your own.

提交回复
热议问题