Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: SQL select on two tables takes too long Pin
kevinnicol9-Feb-10 8:56
kevinnicol9-Feb-10 8:56 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 9:45
TheJudeDude9-Feb-10 9:45 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 10:02
TheJudeDude9-Feb-10 10:02 
GeneralRe: SQL select on two tables takes too long Pin
kevinnicol9-Feb-10 10:12
kevinnicol9-Feb-10 10:12 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 10:54
TheJudeDude9-Feb-10 10:54 
GeneralRe: SQL select on two tables takes too long Pin
kevinnicol10-Feb-10 2:05
kevinnicol10-Feb-10 2:05 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 11:38
TheJudeDude9-Feb-10 11:38 
GeneralRe: SQL select on two tables takes too long Pin
Mycroft Holmes9-Feb-10 18:10
professionalMycroft Holmes9-Feb-10 18:10 
At some point you are going to need to get some optimisation done at the database level, indexes need to be created. That is why there are reporting databases and data warehouses. There is only so much you can do with query design.

You might try and get them to allow you to use a schema then you could take snapshots of the data and manipulate it to get some performance.
Never underestimate the power of human stupidity
RAH

GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude10-Feb-10 9:58
TheJudeDude10-Feb-10 9:58 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude10-Feb-10 10:42
TheJudeDude10-Feb-10 10:42 
QuestionC# Pin
jojoba20109-Feb-10 5:09
jojoba20109-Feb-10 5:09 
AnswerRe: C# Pin
Not Active9-Feb-10 5:48
mentorNot Active9-Feb-10 5:48 
QuestionRe: C# Pin
jojoba20109-Feb-10 5:50
jojoba20109-Feb-10 5:50 
AnswerRe: C# Pin
Richard MacCutchan9-Feb-10 6:21
mveRichard MacCutchan9-Feb-10 6:21 
QuestionRe: C# Pin
jojoba20109-Feb-10 6:24
jojoba20109-Feb-10 6:24 
AnswerRe: C# Pin
Richard MacCutchan9-Feb-10 7:54
mveRichard MacCutchan9-Feb-10 7:54 
AnswerRe: C# Pin
hammerstein059-Feb-10 6:24
hammerstein059-Feb-10 6:24 
QuestionRe: C# Pin
jojoba20109-Feb-10 6:32
jojoba20109-Feb-10 6:32 
AnswerRe: C# Pin
#realJSOP9-Feb-10 7:56
professional#realJSOP9-Feb-10 7:56 
AnswerRe: C# Pin
Dave Kreskowiak9-Feb-10 6:13
mveDave Kreskowiak9-Feb-10 6:13 
QuestionRe: C# Pin
jojoba20109-Feb-10 6:18
jojoba20109-Feb-10 6:18 
AnswerRe: C# Pin
Dave Kreskowiak9-Feb-10 8:37
mveDave Kreskowiak9-Feb-10 8:37 
QuestionRe: C# Pin
jojoba20109-Feb-10 17:30
jojoba20109-Feb-10 17:30 
AnswerRe: C# Pin
Dave Kreskowiak10-Feb-10 2:00
mveDave Kreskowiak10-Feb-10 2:00 
AnswerRe: C# Pin
ThatsAlok9-Feb-10 20:03
ThatsAlok9-Feb-10 20:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.