Viewing 15 posts - 37,621 through 37,635 (of 59,072 total)
Pre-aggregation is essential to such reports. Please see the following articles...
http://www.sqlservercentral.com/articles/T-SQL/63681/
http://www.sqlservercentral.com/articles/Crosstab/65048/
Yes, you can use a Matrix to do similar... if there's not too much data to clog the pipe...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 3:31 pm
Here's a pretty good link that explains SCD's quite nicely....
http://en.wikipedia.org/wiki/Slowly_changing_dimension
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 3:19 pm
When I need to use the "future expire" method, I use 9999-12-31 for the future date. As a side bar, I prefer the "future expire" method when start and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 3:14 pm
Kingston Dhasian (7/16/2010)
DECLARE @strVariable VARCHAR(100)
SET @strVariable = 'J:\SQL 2008 Database Backups\High School Baseball\HighSchoolBaseball_Full.bak'
SELECTSUBSTRING( @strVariable, 1, LEN( @strVariable ) - CHARINDEX( '\', REVERSE( @strVariable ) ) )
Here i have used...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 3:00 pm
Paul White NZ (7/16/2010)
Jeff Moden (7/16/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 2:36 pm
I'll try to remember it on Monday, then, Julie. Thanks for your patience.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 1:42 pm
Outstanding. Thanks for your time, Steve! It'll help everyone that happens to read this thread.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 1:28 pm
CirquedeSQLeil (7/15/2010)
That's a load of crap. Vendors should support their database despite other databases being present. I know they pull...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 1:26 pm
Joe Celko (7/16/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 1:21 pm
Julie Breutzmann (7/16/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 1:13 pm
Now [font="Arial Black"]there's [/font]an idea for an article... comparing the pros and cons of using a DateTime dates compared to INT dates.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 12:56 pm
da-zero (7/14/2010)
Jeff Moden (7/13/2010)
Have you got a link for all of the requirements, Steve? Thanks.
:blink:
I think I have an URL where you can download experience. If I can find...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 12:43 pm
Gianluca Sartori (7/16/2010)
Paul White NZ (7/15/2010)
Jeff Moden (7/15/2010)
Can you good folks give me an example of when IDENTITY will not work?
When you need a sequence across several tables
When you need...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2010 at 12:35 pm
CirquedeSQLeil (7/15/2010)
Joe Celko (7/15/2010)
Talking about multiple parents in a Hierarchy makes no seine by definition.Full on agree with that.
Maybe for a hierarchy but have you ever seen a BOM?...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 5:23 pm
gary.strange-1058508 (7/15/2010)
I would consider using cut & paste to repeat your comment along the thread contributes nothing of substance.
Perhaps my...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2010 at 2:11 pm
Viewing 15 posts - 37,621 through 37,635 (of 59,072 total)