Viewing 15 posts - 61 through 75 (of 201 total)
Thank you very much for your reply.
I was able to solve issue, it happened because of missed up single quotes locations.
Thanks for the tip you sent , i didn't know...
December 22, 2016 at 4:46 am
Wilfred van Dijk (4/10/2016)
Make sure you clear the current waitstats before evaluating the new settings( give...
April 11, 2016 at 12:58 am
GilaMonster (4/10/2016)
Increasing Cost threshold (it's not measured in seconds) is a good idea....
April 10, 2016 at 7:18 am
Wilfred van Dijk (4/10/2016)
There...
April 10, 2016 at 7:12 am
Some follow up on what you mentioned Hugo.
After removing the top 30 and now by taking a look at the index seek operation on episode table.
The actual number of rows...
April 4, 2016 at 1:14 am
Sergiy (4/3/2016)
nadersam (3/31/2016)
I have updated statistics for both database for those 3 tables.
The view still taking 3...
April 4, 2016 at 1:07 am
Thank you very much Hugo for the very detailed reply, i think it's great even if i can't fix that query because i learned many things, i posted as an...
April 4, 2016 at 1:04 am
Hugo Kornelis (3/31/2016)
The plans you post actually have the same plan shape, so they do not explain the performance difference you are seeing.
However, I do see that the estimated...
April 1, 2016 at 5:44 am
But will that raise the time from 3 sec to 9 secs, i think the difference is big .
Is the estimated row count based on stats correct now?
March 31, 2016 at 12:26 pm
Hugo Kornelis (3/31/2016)
and I suspect that you are suffering from the "Ascending Key Problem" - an issue where estimates are wrong because the assumption is that added data...
March 31, 2016 at 12:16 pm
First i would like to thank you Curious and Hugo for the detailed reply.
I have updated statistics for both database for those 3 tables.
The view still taking 3 sec on...
March 31, 2016 at 12:11 pm
GilaMonster (3/30/2016)
Varchar(max) is a very different data type. It's got additional overheads because it's off-row data, It's definitely not something you'd use on all columns.
yes you are right off course...
March 30, 2016 at 3:32 am
Thank you very much guys.
For the sake of testing i have created a test table and populated it with data and checked bytes received from server under client statistics then...
March 30, 2016 at 2:03 am
GilaMonster (3/29/2016)
March 29, 2016 at 7:08 am
Viewing 15 posts - 61 through 75 (of 201 total)