Viewing 5 posts - 1 through 5 (of 5 total)
Thanks everyone. I've tried the different ideas and run them against the queries to see what produces the best result.
From all of the testing this has proven to be...
May 4, 2012 at 3:06 pm
Craig,
You are correct in that the main_ref table is being used to getting a subset of records from table main. The main_ref table is one of several tables that...
April 26, 2012 at 11:19 am
Thank you both for your responses. I misspoke on the ID using the NEWID it is actually using the NEWSEQUENTIALID as the default value. For the foreign key...
April 24, 2012 at 11:57 pm
Found the issue. One table has two indexes in the partition however the table itself was not in the partition. I moved the indexes out of the partition...
July 27, 2011 at 12:06 pm
Viewing 5 posts - 1 through 5 (of 5 total)