Command timeout of 30 seconds?
I have been us LINQPad for years, and just this week starting running into an odd issue, where queries taking longer than 30 seconds started throwing command timeout exceptions.
Using LINQPad 8.7.4, .Net 8.0.14.
I don't see any settings for command timeout anywhere in LINQPad, but the issue went away after I added:
Command Timeout=0
To my connection string.
SSMS works fine with straight SQL queries, with no need to define a command timeout.
This seems like it may be related to Entity Framework or the SQL Server Client updates, but I have had no luck finding anything in my Google searches, and luckily I only am seeing it in LINQPad, not our applications (yet)
Anyone else run into this recently? (I didn't see any posts when I did a quick search before posting this message)
Thanks!