Hi Chuck Roberts:
Thanks for reaching out to Microsoft Q&A.
If you have set the connect timeout properties but still doesn't work you can try turning on the AUTO_CLOSE feature. It flushes the procedure cache after each connection which makes sure you have the connections to your database is not open. But please note that this option is
- Only at the database level. which means you have to set it for all the databases which you want the conn to be closed.
- Might severely degrade performance of your database where there is heavy load as it adds overhead to your database for completing this step.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.