Viewing 15 posts - 1,051 through 1,065 (of 14,953 total)
SSAS is a service for data warehousing.
Pre-aggregation of measures along dimensions makes querying the data faster. Dimensional cubes instead of normalized tables make analyzing the data more efficient and...
August 7, 2012 at 11:43 am
Neither. More like I wasn't watching my feet, tripped, and landed face-first on a big pile of DBA.
My first rude awakening on it was how unclear basic terminology was...
August 7, 2012 at 11:17 am
The easiest way would be to use a row_number, and odd rows on the left, even on the right. Thus, in a 3-element list: 1 & 3 on the...
August 7, 2012 at 9:59 am
Does PID somehow translated to "historical" versus "present" in your question?
August 7, 2012 at 9:48 am
Non-recursive CTEs, and CTEs that don't reference prior CTEs, are functionally identical to classic derived tables in the From clause. There's no difference between the two in those cases....
August 7, 2012 at 8:39 am
CELKO (8/5/2012)
August 7, 2012 at 8:32 am
asm1212 (8/7/2012)
No I am not familiar with CTE's...I have never worked with them!
Does the sample I posted help?
The documentation is here: http://msdn.microsoft.com/en-us/library/ms175972.aspx
August 7, 2012 at 8:27 am
asm1212 (8/7/2012)
This has gotten overblown...
When I first posted that sample code stuff and realized it wasnt formatted once I finished posting, I remembered that there was a specific way yall...
August 7, 2012 at 7:34 am
On the republish (7 Aug 12), the link is broken, but from the editorial and discussion make it clear enough what it was about originally.
If an interviewer tried the "you're...
August 7, 2012 at 7:03 am
Boltz442 (8/6/2012)
Would I be correct in saying that decreased data replication is a major reason why normalisation and foreign keys decrease storage requirements?
Yes.
Of course, the amount it's decreased depends on...
August 7, 2012 at 6:26 am
Phil Parkin (8/6/2012)
GSquared (8/6/2012)
Abu Dina (8/3/2012)
Street names in the UK tend to end with words like Street, Avenue, Crescent etc,...
August 7, 2012 at 6:22 am
vinu512 (8/6/2012)
calvo (8/6/2012)
what is the collation and data type of the field storing the current date?
Collation: SQL_Latin1_General_CP1_CI_AS
DataType: DateTime
GSquared (8/6/2012)
August 7, 2012 at 6:17 am
I guess it would depend on what you mean by "3 disks". If I only had access to three physical disks, I'd set it all up as a single...
August 7, 2012 at 6:11 am
Ewald Cress (8/7/2012)
GSquared (8/6/2012)
August 7, 2012 at 6:06 am
Viewing 15 posts - 1,051 through 1,065 (of 14,953 total)