Viewing 15 posts - 46 through 60 (of 105 total)
Well to help out a bit with trying to see what might be going on at the different times I would suggest the following or something similar.
First have variables starttime...
March 30, 2012 at 2:39 pm
You will need to rebuild log shipping from scratch. This is because of the .tuf file needs to be recreated and can only be done by sql server itself. Believe...
March 30, 2012 at 1:48 pm
Yes, I have experience with creating a nonclustered index with the same column as a clustered index. For example:
table1 (col1, col2, col3, col4, text1, text2, text3, date1, date2)
clustered index idx_clustered...
March 30, 2012 at 10:20 am
One other advantage I have seen with having a clustered index on a specific column and then also have an non clustered index on the same column is that the...
March 30, 2012 at 9:07 am
I am a little surprised at the number of people that got this wrong. Maybe they read it wrong or looked at it too quickly. This is a straight back...
March 30, 2012 at 8:55 am
Had to think about it for a second, but nice simple question to start a long week.
March 26, 2012 at 2:07 pm
dawryn (3/20/2012)
Koen Verbeeck (3/20/2012)
March 20, 2012 at 7:03 am
Gail I liked your explaination as I have read about this several times. I am having to go through one of our databases to clean up performance left in the...
March 19, 2012 at 10:47 am
Thanks for the back to basics counter question. Especially on New iPad/New Apple TV release day!
March 16, 2012 at 2:23 pm
Dang it. Should have thought about this one a little more. Good question.
March 1, 2012 at 8:53 am
Nice question that I think most of have run into at some point by accident. Thanks.
February 29, 2012 at 10:43 am
bitbucket-25253 (2/17/2012)
SQL Kiwi (2/17/2012)
Cliff Jones (2/17/2012)
Interesting but I don't think I want my developers to discover the FORCESEEK hint.
This is completely the wrong approach, in my opinion. I prefer...
February 17, 2012 at 9:53 pm
I like it. I ran into this exact same issue when tuning some users queries.
It is a little interesting how poorly this implicit conversion performs since most all data...
February 17, 2012 at 2:15 pm
Viewing 15 posts - 46 through 60 (of 105 total)