Question
What is the difference between a connection timeout and a command timeout in the context of error 1001 13?
Asked by: USER3772
106 Viewed
106 Answers
Responsive Ad After Question
Answer (106)
A *connection timeout* refers to the time allowed to establish a connection to the SQL Server. A *command timeout* refers to the time allowed for a specific SQL query to execute. Error 1001 13 typically relates to the connection timeout, meaning the Dynamics 365 server couldn't even connect to SQL Server within the allotted time. However, long-running queries can also indirectly cause connection timeouts.