Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server Newbies
»
Trying to get data into one view
14 posts, Page 2 of 2
««
1
2
Trying to get data into one view
Rate Topic
Display Mode
Topic Options
Author
Message
peter2501
peter2501
Posted Friday, September 07, 2012 3:22 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, May 10, 2013 7:44 AM
Points: 10,
Visits: 20
Yes, it works.
Thanks, now I can dig into the script what it really does so I can also try to understand.
Thanks very much.
Post #1355854
peter2501
peter2501
Posted Friday, September 07, 2012 3:29 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, May 10, 2013 7:44 AM
Points: 10,
Visits: 20
Yes, yours is working great now. thanks a lot
Post #1355857
dwain.c
dwain.c
Posted Friday, September 07, 2012 3:45 AM
SSCrazy
Group: General Forum Members
Last Login: Today @ 3:20 AM
Points: 2,341,
Visits: 3,175
peter2501 (9/7/2012)
Yes, it works.
Thanks, now I can dig into the script what it really does so I can also try to understand.
Thanks very much.
You're welcome.
A brief explanation:
The Tally table is used to generate a set of "dummy" logins for each date in the range (the NULL Username ensures these aren't counted). In the query out of your table, I've truncated each login time to the day (without time stamp), so I can use this for GROUP and ORDER BY. The range of records starts at @Start but ends before @End + 1 day.
Hope that helps.
No loops! No CURSORs! No RBAR! Hoo-uh!
INDEXing a poor-performing query is like putting sugar on cat food. Yeah, it probably tastes better but are you sure you want to eat it?
Need to UNPIVOT? Why not CROSS APPLY VALUES instead?
Since random numbers are too important to be left to chance, let's generate some!
Are you too recursively challenged?
Splitting strings based on patterns can be fast!
Post #1355870
aaron.reese
aaron.reese
Posted Thursday, September 13, 2012 7:32 AM
SSC Veteran
Group: General Forum Members
Last Login: Monday, May 13, 2013 7:33 AM
Points: 234,
Visits: 441
just to be clear.
What you want is a pivot table with months across the top (columns), days down the side (31 rows, include rows with no logins) and #logins as values in the intersect
Post #1358548
« Prev Topic
|
Next Topic »
14 posts, Page 2 of 2
««
1
2
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.