stuartjordan@synovusmortgage.com (Will) wrote in message news:<4edac88f.0310170735.285777fa@posting.google.com>...
> I would argue that 65mb on Access shouldn't be overwhelming.
>Sad it's a Microsoft product.
Yes, MS SQL Server has two security mechanisms. Though I'm not a
>If Oracle came out with their own proprietary network that
> would meld with the security of their db or vise versa then Oracle
> would be the ONLY solution! Oracle, can you hear me now?
>
> Stu
>
>
> qwert12345@boxfrog.com (Doug Baroter) wrote in message news:<fc254714.0310162012.245789d2@posting.google.com>...
> > An arguement, in general, on Stuart's side. Here we keep talking
> > about millions and millions of records. I work with a small
> > manufacturing enterprise with annual revenue of about 50 million, they
> > actually use Access, data retrieval is slowish, imho, not because of
> > the volumne of data (about 65 MB), but because of unplanned db design.
> > After exporting the Access db to SQL Server, and normalized a bit,
> > man, data retrieval is almost light speed. They continue to use
> > existing Access programs like FORMS etc. while getting whatever data
> > they want from the SQL Server quickly and easily with a tool I
> > developed. Down the road they may dump the Access db, but that would
> > be later.
> > My point is, for large enterprises like Fortune 1000 something, the
> > conventional DW etc. may be of value to them if the implementation is
> > successful (I heard of a high rate of DW implementation failure)
> > however that may not be applicable to SMEs (small to medium sized
> > enterprises).
> >
> >
> > DL
> >
http://www.hegelsoftware.com > >
> >
> > "Albert D. Kallal" <NOOSSPAMkallal@msn.com> wrote in message news:<gW1jb.98779$9l5.63320@pd7tw2no>...
> > > "Will" <stuartjordan@synovusmortgage.com> wrote in message
> > >
> > > >
> > > > Personally, I feel that these kinds of marketing practices undermine
> > > > our industry. It helps to unravel what little standards or
> > > > consistency we have. What do you guys think?
> > > >
> > >
> > > We can certainly jump out and say that "data warehousing" is some cool
> > > marketing hype. However, one could also say the same thing about using a
> > > relational database. Fact is, many of the concepts of relational database
> > > and the concepts of data normalizing are extremely important.
> > >
> > > The same goes for data warehousing. For example, you might want to do some
> > > tracking on some products sold. However, you can't always put millions and
> > > millions of records in to a huge database and then simply start running
> > > quires on that huge dataset. It is going to be too large to work with, and
> > > too many records need to be processed to get your information in a quick
> > > manor. So, for example to track product sales, you might SUMMARIZE the data
> > > into a data cube. Your 3rd dimension might only contain the last 2, or 3
> > > months worth of transactions (sales over time). Thus, there is LOT of work
> > > and decision making as to how much detail data you will put into the data
> > > warehouse. Further, often much of the data you put into the data warehouse
> > > is SUMMARY data (ie: totals of sales of product over given amount of time).
> > > A typical complex system will often easily have 40, or 50 tables of related
> > > data. When you move the results to a data warehouse, you are de-nominating
> > > the data into summary tables. You may not even store which customer bought
> > > which product, but only stuff like sales per day, and perhaps by region.
> > > Often those resulting tables will not need a whole bunch of joined sql data
> > > tables to get your results (they will HAVE BEEN ALREADY summarised and
> > > totalled BEFORE you start asking questions about the data).
> > >
> > > Only the analyst who has a good deal of experience on the kind of questions
> > > (queries) to asked will really have a good idea as to how much data will go
> > > into the warehouse. As mentioned, you often can't even begin to put every
> > > single transaction into that data warehouse. A lot of planning will have to
> > > go into how much drill down of details you want to keep.
> > >
> > > So, while there might be buzz words like a "data warehouse", it is certainly
> > > not just marketing hype but is result that we can't always query the live
> > > production database fast enough to get the kinds of answers we need on a
> > > daily bases (ie: just how much should you spend on radio and tv advertising