Viewing 15 posts - 151 through 165 (of 217 total)
Fun little story, reminds me of The Grinch Who Stole Christmas, for some reason.
Thanks for sharing.
December 29, 2014 at 8:17 am
Dropping any index on the table, whether it is used by the query plan or not
This should probably say "Dropping an index on the table that is not used by...
December 17, 2014 at 7:52 am
So as it is currently written, is the query actually doing this?:
SELECT s.*
FROM dbo.Stocks s
WHERE s.id IN ( SELECT s.id
...
December 16, 2014 at 7:52 am
Thanks for sharing! I think this article does a good job of showing how similar DBAs and detectives are. It takes a lot of investigation, critical thinking, and...
December 11, 2014 at 7:42 am
Wow, I've never had to do bitwise operations. I totally interpreted that as a math problem (one to the one hundredth power).
Thanks for the question!
December 5, 2014 at 7:31 am
I also thought select #1 would use a clustered index scan. Interesting that it doesn't. I have tested this out on a DBA table that captures CPU utilization...
November 21, 2014 at 7:42 am
I heard through the grapevine that for some of those big retailers that got hacked, it was actually third party vendors that created the security loophole. Either way as...
October 30, 2014 at 8:17 am
Markus (9/26/2014)
September 26, 2014 at 7:38 am
Primarily it's a cost factor for us. 2008 R2 fills all our needs, so we'd see very little ROI with an upgrade to a newer version.
September 19, 2014 at 7:15 am
Nice question, I learned something. I assumed the ISNULL function would make it non-Sargable.
August 26, 2014 at 7:22 am
1% have gotten it correct? Clearly too complex for QotD. It would have been helpful know the number of correct answers to choose.
August 14, 2014 at 7:14 am
Gary Varga (8/1/2014)
August 4, 2014 at 10:41 am
Would there be any security concerns with allowing remote admin connections? Seems like it would be ok as long as you have your sysadmin logins controlled appropriately.
July 31, 2014 at 7:01 am
Viewing 15 posts - 151 through 165 (of 217 total)