Viewing 15 posts - 61 through 75 (of 295 total)
No. But it seems like too much processing going on the server during that time. So, could be CPU pressure as well. But I'm not sure exactly to be honest.
May 7, 2015 at 3:15 pm
Sorry, I attached incomplete plan. I've reattached the complete plan.
April 9, 2015 at 3:32 pm
Thanks for the quick response. Appreciate it. Just out of curiosity, why would proc behaves in different manner when we do select * into.
March 24, 2015 at 2:32 pm
Thanks. But in the table itself there is data for 1 year only. Wanted to figure out why would it show such a strange behavior?
February 6, 2015 at 10:48 am
I've attached the plan from both SSMS and WEB. Since this is a new app, I've not built any indexes yet you'll see table scan.
February 5, 2015 at 3:23 pm
Thank Grant for the prompt response. I would also avoid them to drop tables. Is it possible?
February 5, 2015 at 12:20 pm
This is how the SET option is looking
ANSI_NULLS: True, ANSI_PADDING: True, ANSI_WARNINGS: True, ARITHABORT: True, CONCAT_NULL_YIELDS_NULL: True, NUMERIC_ROUNDABORT: False, QUOTED_IDENTIFIER: True => Through SSMS
ANSI_NULLS: True, ANSI_PADDING: True, ANSI_WARNINGS: True,...
February 4, 2015 at 10:27 pm
Actually, finally came up. But i see only one plan in the cache. Should I be seeing two for parameter sniffing?
February 4, 2015 at 3:44 pm
Running sp_whoisactive, it shows reads spiking u, CPU to 368, 163 and used_memory to 131.
February 4, 2015 at 3:37 pm
As soon as I take the recompile option out, web hangs...Process goes to runnable step and never finishes for me to get to the execution plan.
February 4, 2015 at 3:34 pm
Or in other words, how do I get the ANSI connection settings from the web app?
February 4, 2015 at 10:34 am
Thanks Grant. Why would option recompile would fix it through the web app?
February 4, 2015 at 10:23 am
Thanks. Can you post the query to capture the query plan? Appreciate your help.
February 4, 2015 at 9:52 am
Viewing 15 posts - 61 through 75 (of 295 total)