I have weird behaviour in SSMS 2017. I am trying to run some stored procedure in SSMS and I get next message every time trying to run it:
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
First, by default timeout was set to 1 second, then I tried with 10 seconds and last I have tried with 0 seconds. Even tho it says 0 seconds is avoiding timeout, it still have timeout.
The most weird thing is that when I run this stored procedure within the application, everything is working fine. I am confused and I don't know what to do.
I am working with SSMS 2017 with DB from SQL Server 2008.