Viewing 5 posts - 1 through 5 (of 5 total)
SwePeso (9/2/2010)
INNER JOIN ltf.sforce.Contact AS ReferrerContact ON ReferrerContact.Id = Prospect__c.Referring_Member__c...
September 2, 2010 at 8:27 am
Grant Fritchey (9/2/2010)
...I'd expect to see hash joins for all...
September 2, 2010 at 7:31 am
CREATE NONCLUSTERED INDEX [IX_Account_2] ON [sforce].[Account]
(
[Id] ASC
) include (Email__c)
Thanks for the suggestions. I have a question about #2. I...
September 2, 2010 at 7:05 am
Definitions and queryplan are attached.
September 2, 2010 at 5:47 am
The query you added does work, however you have taken the value of the fn column out of the database and directly into the sql statement. If the data in...
September 26, 2006 at 11:02 am
Viewing 5 posts - 1 through 5 (of 5 total)