Viewing 12 posts - 1 through 12 (of 12 total)
I'm not sure I understand the question. By 'ordinary' do you mean non-clustered?
I understand that all items in a non-clustered index will include a reference to the related item in...
February 12, 2015 at 7:41 am
But there aren't two referenced columns, the modified query is only referencing the primary-key column - hence my question.
February 12, 2015 at 7:28 am
I understand clustered and non-clustered indexes.
The Name column is not being referenced in the query, so why would SQL Server reference the non-clustered index on the Name column?
February 12, 2015 at 7:12 am
I wanted to update this thread to let you know what I've implemented and to thank you for your ideas and input.
@scott - you got me thinking about...
August 3, 2012 at 3:30 am
Hi Scott
Yes, ProductID is the nvarchar(60) and no, it doesn't need to be nvarchar. I've been reluctant to change it because of the implications for other tables/SPs - would it...
July 19, 2012 at 4:43 pm
Thanks for your prompt responses.
@colin - I implemented this and the time cam down to around 16mins, which is a big improvement, thanks.
@yayomayn - I'm concerned by what...
July 19, 2012 at 8:49 am
Thanks again Gail. I've read your post and watched a video you linked to - very useful.
I'm a bit confused about stats now, as DTA recommended creating lots (19 groups?),...
March 29, 2012 at 8:19 am
Hi Gail,
Thanks for your reply.
Does it matter which - drop or disable? Is one better than the other in this scenario?
I've read 'Disabling an Index' in 'Stairway to SQL...
March 29, 2012 at 4:32 am
Thanks for your comments.
The MERGE option is appealing because of its simplicity and the fact that it completes the whole process in one pass. It also enables bulk load from...
July 20, 2011 at 1:19 am
I just ran upgrade advisor and it seems the only potential issue is with full-text search. I'm going to download a copy and give it a try.
Thanks,
Paul
July 19, 2011 at 2:24 pm
GSquared (7/19/2011)
There should be no need...
July 19, 2011 at 2:04 pm
Thanks for your detailed response.
You may want to change the CommandTimeout to prevent the timeout. With table growth will come longer run times. Prepare your user's expectations with a "Please...
July 18, 2011 at 2:35 pm
Viewing 12 posts - 1 through 12 (of 12 total)