2

We are running an app that was not developed in house on several Citrix servers. The users of this application are experiencing intermittent SQL timeouts. The error message:

"System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."

We're not seeing any errors on our SQL server, and we don't have the option to modify the code to resolve the problem. Is there a way to modify SQL connection properties for all connections made from the Citrix server?

Thanks,

Graham

Graham Powell
  • 410
  • 2
  • 8

1 Answers1

0

Have a check on SQL Server Maintenance Plan, it sounds like some database index needs rebuild. In the worst case some database index may be missing at all, so application databases need some performance tuning.

Danilo Brambilla
  • 1,031
  • 2
  • 14
  • 33