Hi guys We have a web application. We deployed All Servers (Data server + Web server) On One data center. Our Web app have some Main and Heavy reports . (WareHouse Reports)-------------------------------------------------------------------------------------User complains : - In some reports with some conditions (that result is about 70.000 Or 40.000 records with about 20 Or 40 MB Size of report), we get Error.I Know the Stored Procedure behind The reports. I want to check the Cause of Error :1- I run sp on my client . >>>>> It was very heavy and at the end gets error. (After 2 or 4 minutes)2- I change sp which the result doesnot send to client and save to a table (Select * Int temp_table from ....) >>>> Result All of them run Ok . Rep1 in 18 secs and Rep2 in 48 Secs Runs without error.Can I result that : The network between data center and client have problems. But some one said to me that Your result is not true. Because in first step you run sp on your client But in App runs at web server that is near the data server. Then .... I dont Know how to check this sp? (Check client report on a remote App such as citrix is ok or not?)Thank you
↧