Viewing 15 posts - 1 through 15 (of 15 total)
I didn't think about the Report Builder angle. Thanks so much for the reply.
February 8, 2012 at 8:47 am
That's what I was struggling with. How unique does something need to be in order to be considered "selective"? I have SSN, dates, and some other data, but...
December 10, 2010 at 3:14 pm
Any suggestions then on how I can increase the performance on this data? Should I just create a few single non-clustered indexes on often-used columns?
December 9, 2010 at 11:44 am
No problem. Yep, I did accidentally leave the Unique flag checked. I've decided I'm going to create an identity column to help with indexing.
December 8, 2010 at 5:23 pm
I tried to create a clustered index on the view as seen below.
But I received the following error.
December 8, 2010 at 4:42 pm
I just looked at the data to find some columns to create the clustered index and there aren't any combination of columns that are consistently unique in the entire table....
December 8, 2010 at 3:13 pm
That's why I was wondering if I should index the view instead of the tables, because the data types in the tables aren't optimal for indexing. So, should I...
December 8, 2010 at 11:17 am
I will be linking to the view in MS Access and users will be writing queries against the view. They'll be doing some filtering and aggregating.
December 8, 2010 at 10:32 am
Thanks Drew, but it appears that the link you gave just points right back to this thread. I searched SSC for "quirky update" but didn't find any articles that...
October 27, 2010 at 3:38 pm
Thanks for the reply. I find your example very interesting as I have never seen some of that functionality. I will definitely study it to see what I...
October 27, 2010 at 2:15 pm
Thanks for the replies everyone. I've learned something new today. That alone makes it a good day. 🙂
May 21, 2010 at 3:45 pm
Robert Dudley (5/21/2010)
traughberk (5/21/2010)
SELECT C.CustomerID
...
May 21, 2010 at 2:48 pm
Never mind folks. I figured it out myself which is what I should have done in the first place. I guess I'm just lazy this morning. Sorry...
May 21, 2010 at 10:37 am
I have a question about LEFT JOIN example near the beginning where he starts talking about EXCEPT where he wrote the following SQL.
SELECT C.CustomerID
...
May 21, 2010 at 9:57 am
Thanks for both responses. We too have come up with our own algorithm that we are going to start testing to address the issue. But, I'm still going...
March 25, 2010 at 9:11 am
Viewing 15 posts - 1 through 15 (of 15 total)