I am creating a very complicated view in SQL Server 2014 that takes a long time to execute. Whenever I attempt to execute, I get the following error:
'Timeout Expired. The timeout period elapsed prior to completion
of the operation or the server is not responding.'
I attempted to rectify this issue by right-clicking on the name of the view and going to the Properties window. From there, under 'Connection'
on the left, I clicked 'View Connection Properties'
. However, in this window, I am unable to modify any of the connection properties (they are all greyed out).
I am fairly certain I want to modify the field labeled 'Connection Timeout'
, which is set to a default value of 15
. Is there any way to do so?