Viewing 15 posts - 46 through 60 (of 129 total)
Very fun Q 🙂
I particularly like "3+8E8Eight"
September 22, 2009 at 8:30 am
Hi Lynn,
Good article concept, this is a problem that I've had to deal with many times, and I suspect most DBAs do at one point or another.
A couple concerns though:
1)...
September 15, 2009 at 5:28 am
damn, really nice question, completely threw me. I was thinking about the fact that "sp_*" procs still need an extra property defined in order to act on objects (tables etc)...
August 4, 2009 at 1:55 am
Thanks Paul, you've both authoritatively answered the question and provided me with everything I need for a nice SQL Performance testing harness in 2005 (set up, perform N sets of...
July 8, 2009 at 3:01 am
Hugo Kornelis (7/7/2009)
Or columns constrained by a trusteed CHECK constraint.
Good catch :blush:
I'm still very interested to see whether anyone can tell me more about the difference between the following three...
July 7, 2009 at 6:00 am
Good question!
(seeing as we regularly complain, thought I should show some support :))
July 7, 2009 at 5:40 am
Hugo Kornelis (7/6/2009)
July 7, 2009 at 3:43 am
Interesting... I was testing in 2000, it did not occur to me to check 2005/2008.
Based on the results above, NOT IN() could well turn into a table scan rather than...
July 6, 2009 at 10:40 am
Hi Steve,
Steve Jones - Editor (7/6/2009)
July 6, 2009 at 9:38 am
Thanks Hugo, as instructive as always!
(I guess I probably should dig through those ANSI standards at some point... :Whistling:)
July 6, 2009 at 4:01 am
In interesting corollary to this question (and, I have to admit, the question I thought it was asking) is "what happens if the number of spaces is different?", eg:
declare @v-2...
July 6, 2009 at 3:06 am
Christian Buettner (6/23/2009)
Tao Klerks (6/23/2009)
Why does the index data get deleted for views but not for non-clustered indexes?
Hi Tao, it actually does get deleted for non-clustered indexes as well.
The sentence...
June 24, 2009 at 1:58 am
george sibbald (6/23/2009)
Apologies, just reread the options properly, they are correct. :blush:
Sorry, I jumped the gun 🙂
June 23, 2009 at 4:18 am
Thanks Toreador, I had not noticed the sentence near the top "Disabling a nonclustered index or clustered index on a view physically deletes the index data."
Do you know why it...
June 23, 2009 at 4:16 am
Does anyone know whether the fact that disabling an index on an indexed view deletes the index data is noted anywhere in books online?
I found the information in Andy...
June 23, 2009 at 1:30 am
Viewing 15 posts - 46 through 60 (of 129 total)