Hi
I'm trying to add a new value to an existing Option Set and I keep getting an error - when I dig deeper the long error message suggests a sql timeout problem
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding., View Script: if exists (select * from sysobjects where name = 'Contact' and xtype = 'V')....
Can anyone please advise as to how to fix this?
Thanks
*This post is locked for comments
I have the same question (0)