Viewing 15 posts - 1 through 15 (of 29 total)
All performance benchmark should be conducted on the same hardware, if possible.
I have ESXI at home with installed VNext 1.5 and 2016SP1. I will allocate the same resourcers for...
February 15, 2017 at 2:03 pm
Here is article with exactly the same case study
https://blogs.msdn.microsoft.com/psssql/2010/09/28/case-of-using-filtered-statistics/
It does not have deep technical explanation, unfortunately. Respect to author of question.
January 6, 2017 at 10:46 am
Finally interesting question here. I got it due research.
Also
CREATE unique index IX_lang ON [dbo].[languages](language) WHERE language = 'deutsch'
lead indirectly to filtered statistics and desired query plan
Thanks.
January 5, 2017 at 5:47 pm
Scott Coleman (7/26/2016)
Just checked
1. MSDN
https://msdn.microsoft.com/en-us/library/ms141706.aspx no mentioning about truncation.
What I read in the middle of that page:
If the length of an output column of string data is...
July 26, 2016 at 2:06 pm
Just checked
1. MSDN
https://msdn.microsoft.com/en-us/library/ms141706.aspx no mentioning about truncation.
2. VS Studio 2015 & 2016 project. Behavior as expected - by default component configured to fail. Test proved that.
Where is...
July 18, 2016 at 12:33 pm
Jacob Wilkins (1/11/2016)
The construction "X, whether Y or not-Y", is equivalent to "IF (y...
January 11, 2016 at 1:21 pm
GilaMonster (1/10/2016)
MSDN: Dropping an index used by the execution plan.
Dropping any index on the...
January 11, 2016 at 12:28 pm
Here is something wrong with question.
I picked
"Dropping any index on the table, whether it is used by the query plan or not"
According to MSDN https://msdn.microsoft.com/en-us/library/ms181055.aspx
one of reason to...
January 10, 2016 at 2:00 am
sumeet.zagade (7/31/2013)
I got he same error in WS 2012 with IIS 8.
From add role and features, enable everything for .net framework 3.5 and 4.5.
under "WCF Services", check the box for...
November 18, 2014 at 2:48 pm
So simple question and I was wrong with answer "D" ?!
Give me my point back !
PS I'd be nice if someone checks QotD questions before their appear....
July 28, 2014 at 12:42 pm
Koen Verbeeck (10/30/2012)
Konstantin Reu (10/30/2012)
October 31, 2012 at 3:32 am
Hugo Kornelis (10/30/2012)
ben.norris (10/30/2012)
It doesn't state that the field is nullable
First: It does. The CREATE TABLE script does not include a NOT NULL constraint, so the columns are all nullable.
Second:...
October 31, 2012 at 3:23 am
I think the question is not ready to be published. Description is not clear and have many mistakes like mentioned term "SalesGoal" but I did not find it anywhere 😀
Next...
October 30, 2012 at 5:56 am
neprosto (7/10/2012)
Can anybody...
July 19, 2012 at 4:50 am
Viewing 15 posts - 1 through 15 (of 29 total)