Viewing 8 posts - 1 through 8 (of 8 total)
I have a pretty good understanding of how joins work on 2 tables. I'm asking about 3 or more tables.
Does the 3rd tables JOIN use results of the first...
May 6, 2011 at 9:46 am
Thanks rmkmurali...
This is exactly what i was confused about. I was thinking that a LEFT JOIN on table C only joined table A or table B...not both. That that makes...
May 6, 2011 at 7:26 am
Let me try to explain the situation a little better.
If a user #1 is connected from 1:00 PM - 6:00 PM
and user #2 is connected from 1:01 PM - 7:59...
June 22, 2010 at 4:42 pm
OK... I tried out Eugenes code on a much bigger data set. It appears to be aggregating hourly.
08993
18971
28954
38943
48932
58916
68879
78786
88372
96975
104606
112251
12860
13447
14289
15214
16159
17131
18108
1985
2064
2146
2227
2311
What I'm trying to do is get a total hourly count, not a...
June 22, 2010 at 3:19 pm
Thanks for the replies! You've given me some great ideas. I'll do some testing on larger data sets and see how it goes.
Thanks
Dave
June 21, 2010 at 10:49 am
Thanks for the reply!
Ninja's_RGR'us (3/16/2010)
I changed the group by to the description instead of the code and by keeping the new page for each group
I'm not sure what you mean...
March 16, 2010 at 10:47 am
Ninja's_RGR'us,
Do you have any examples of how to do this? Or can you recommend another way to accomplish this task?
Thanks
March 15, 2010 at 3:37 pm
Thanks for your replies. I found the definitive answer here...
http://www.microsoft.com/sqlserver/2005/en/us/Special-Considerations.aspx#passive
Thanks
August 27, 2009 at 7:16 pm
Viewing 8 posts - 1 through 8 (of 8 total)