Hello,
I have a query that I’m trying to execute. it takes about a minute to complete on average.
So when I attempt to use the Execute Query Command, it errors after 30 seconds.
.Net SqlClient Data Provider : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I read here that you can add an extra argument to the connection string, however - that did not seem to work.
My connection string currently looks like:
"Data Source=PRD-SQLBI-01\SQL2016DWH;Initial Catalog=OUTBOUNDprd_RPA;Integrated Security=True;Connect Timeout=90000"
Unsure what else I can do?