Viewing 15 posts - 91 through 105 (of 432 total)
Start here:
http://www.amazon.com/Building-Data-Warehouse-W-Inmon/dp/0764599445
Is it really just a Data Warehouse you want, or do you actually want an end-to-end Business Intelligence solution? A Data Warehouse is one aspect of a BI strategy...
September 3, 2011 at 12:34 pm
swellguy (8/18/2011)
August 21, 2011 at 9:00 am
Why not create a normalized schema for the data so that it can more easily be validated and queried? I don't understand what advantage you think XML has in a...
August 15, 2011 at 4:20 pm
Subrata Bauri (7/15/2011)
Why does SQL Server allow to create a Table Without a Primary key ?What is the intention behind this ?
Microsoft is just following the SQL standard. SQL Server...
July 22, 2011 at 10:02 am
PaulB-TheOneAndOnly (7/18/2011)
July 18, 2011 at 1:29 pm
PaulB-TheOneAndOnly (7/17/2011)
July 18, 2011 at 3:08 am
Tom.Thomson (7/14/2011)
July 17, 2011 at 12:59 pm
The author's point about A being "fixed by" the values of X presumably means a functional dependency of the form X->A. Functional dependencies are the basis of 2NF. It 's...
July 14, 2011 at 2:41 am
sqlTechie (7/11/2011)
Kindly give an example of a real business situation where neither a star nor a snowflake schema can be used to represent that data.
As far as I'm aware the...
July 13, 2011 at 3:05 pm
Tom,
I'm well aware that the relational model and TTM require relations that consist of atomic attributes. What I see as a problem is that your article uses another criterion...
July 5, 2011 at 5:57 am
Jan Van der Eecken (7/1/2011)
Tom.Thomson (6/30/2011)
In my view nothing that isn't all of 2NF, 3NF, and EKNF as well as 1NF is a good database...
July 1, 2011 at 3:35 am
1. I find this article problematic because it uses terminology and ideas that are not going to be universally understood in the same way by all readers. In particular it...
June 30, 2011 at 3:05 am
Good question. It has always seemed odd to me that SQL Server has two different ways of getting data out of procs - as output variables and as "result-sets". Now...
June 29, 2011 at 6:32 am
Eric, Do you really think that a "one or more" cardinality referential constraint is so much more complex than a "zero or more" constraint that it justifies a fundamentally different...
June 22, 2011 at 9:45 am
Viewing 15 posts - 91 through 105 (of 432 total)