sql time ouy
I have a report which contains many sqls.when ı execute it from designer there isnt any timeout problem.but when i use it in a c# project there is a timeout problem like 'System.Data.SqlClient.SqlException was unhandled by user code'
detail Message=Timeout expired. The timeout period elapsed completion of the operation or the server is not responding.
detail Message=Timeout expired. The timeout period elapsed completion of the operation or the server is not responding.
Comments
The timeout may be set for the connection object. Switch to the Data window, select the connection, set its CommandTimeout property in the Properties window.