Viewing 14 posts - 16 through 29 (of 29 total)
Charles Kincaid (1/5/2015)
January 5, 2015 at 6:06 am
Joy Smith San (1/4/2015)
OK.. Any attachment in the mail ? Recently I was facing some issues with attachment.
No, nothing fancy. Just word "test" in subject and body. Relaying by they...
January 4, 2015 at 5:56 am
Joy Smith San (1/1/2015)
Telnet to mailserver/port is working ? Firewall is open ?
Yes, everything is working. I installed Windows Mail on the server and configured with the same settings as...
January 2, 2015 at 7:10 am
Query being produced by some entity framework at front-end, it's not part of SP or manually coded query, so let's move away from bashing how bad query is and think...
September 10, 2014 at 9:26 am
ChrisM@Work (9/10/2014)
artisticcheese (9/9/2014)
September 10, 2014 at 8:33 am
Still don't get it. If it will choke on it then I would assume no results will be returned, instead exactly 88 rows returned and then it hangs with high...
September 9, 2014 at 3:47 pm
I can not rewrite the query since this query is code generated from third party packaged application. I can created indexes/update statistics etc but not much abount actual code with...
September 9, 2014 at 3:34 pm
I narrowed down the issue to statistics, updating statistics on 3 tables used in quyery query complete immediately. No index rebuild necessary.
Estimated execution plan before statistics was updated and actual...
September 9, 2014 at 3:19 pm
I know it hangs on row 88 becouse that's the last row I see in output. Output appears exactly 3 seconds (like first query is finished) and quickly shows all...
September 9, 2014 at 2:16 pm
Yes, that's all I did and yes I believe it's not performance/unoptimized queries issue.
If it would be any of those then results would eventually come up and it would not...
September 9, 2014 at 1:23 pm
Yes, it DOES hangs indefinetely with high CPU. I waited for 30 minutes for results to come back which stayed on row 88 all this time. Again we are talking...
September 9, 2014 at 1:08 pm
I know about unoptimized quires, indexes missing etc. This is NOT perfomance issue though, it's high CPU hang issue (like you see if you have code loop). Engine stops at...
September 9, 2014 at 1:07 pm
I don't understand how this can be an explanation since there are no errors being produced and results are always hanging exactly at the same spot (row 88 out of...
September 9, 2014 at 12:52 pm
Viewing 14 posts - 16 through 29 (of 29 total)