My env is SQL Server Always on.
The application teams told me about sometimes the Application error with alarm timeout(more than 60s).
They cannot reproduce the issue because sometimes Application is running fine sometimes it error alarm timeout.
I tried to check event log and the profiler on the SQL Server but didn't find any warning.
When I tried to query directly in SQL Server, everything is fine not timeout, so I'm not sure this issue is really with SQL Server or the network.
I didn't have the monitoring tool to investigate this issue.
Could anyone suggest the solution to investigate this issue or suggest the tools that can monitor and tracking this issue?
Thank you
So, my understanding is that you have an application that connects to a SQL Server database configured with AlwaysOn Availability Groups, which is a common scenario. Intermittent timeout issues are sometimes hard to track. From my experience, here is a list with a few things you can try: