We have SQL Server 2012 configured already Connections -> Remote query timeout = 0. Database size 56GB. This query which causing the time out.
update ItemDynamic set Price =SnapShotPrice ,Cost=SnapShotCost,PriceLevelA=SnapShotPriceA,PriceLevelB=SnapShotPriceB,PriceLevelC=SnapShotPriceC
,SalePrice=SnapShotSalePrice,SaleStartDate=SnapShotSaleStartDate,SaleEndDate=SnapShotSaleEndDate
,LowerBound=SnapShotPriceLowerBound,UpperBound=SnapShotPriceUpperBound
I would be grateful for any help.