dbTalk Databases Forums  

Best Practices

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Best Practices in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Morse
 
Posts: n/a

Default Best Practices - 02-03-2004 , 02:26 PM






On our main SQL server I have setup a database called DataWarehouse which is a location that through DTS all other databases dump relevant data for analysis purposes. The DTS packages are doing ETL into, specifically, tables in this DataWarehouse database.

Would it be better if in this DataWarehouse database I used views instead of tables to pull information from the tables I need? It seems like this is easier than creating DTS packages to jump a new or changed data to the data warehouse.

Our main analysis is really on of one DataBase which is our ERP system. So it's not like were dumping 5 different database into one location. It's only 1

Thanks for the hel

-mike

Reply With Quote
  #2  
Old   
Michael Prendergast
 
Posts: n/a

Default Re: Best Practices - 02-05-2004 , 08:51 AM






That will create an excesive work load over your transactional server.

Onother point, what will happen in one or two years when you cleanse your
tables looking for performance? Your views will also loose data.

The idea of a DWH is avoiding OLTP server overload with heavy analysis
queries and of course, maintaing your valuable data in the long term.

Hope it helps.

Michael

"Michael Morse" <mike.morse (AT) micromo (DOT) com> escribió en el mensaje
news:2890C6D4-4CD1-439F-BA5D-E4B99B7D5508 (AT) microsoft (DOT) com...
Quote:
On our main SQL server I have setup a database called DataWarehouse which
is a location that through DTS all other databases dump relevant data for
analysis purposes. The DTS packages are doing ETL into, specifically,
tables in this DataWarehouse database.
Quote:
Would it be better if in this DataWarehouse database I used views instead
of tables to pull information from the tables I need? It seems like this is
easier than creating DTS packages to jump a new or changed data to the data
warehouse.
Quote:
Our main analysis is really on of one DataBase which is our ERP system. So
it's not like were dumping 5 different database into one location. It's
only 1.
Quote:
Thanks for the help

-mike



Reply With Quote
  #3  
Old   
Bluetooth
 
Posts: n/a

Default Re: Best Practices - 02-11-2004 , 09:14 AM



Butthat load will be onlu during cube processing, I suppose at night when
transactional users are out. I like this idea as long as the transactional
system has good enough tables structure.
JMHO
Szymon

"Michael Prendergast" <mikepre (AT) hotmail (DOT) com> wrote

Quote:
That will create an excesive work load over your transactional server.

Onother point, what will happen in one or two years when you cleanse your
tables looking for performance? Your views will also loose data.

The idea of a DWH is avoiding OLTP server overload with heavy analysis
queries and of course, maintaing your valuable data in the long term.

Hope it helps.

Michael

"Michael Morse" <mike.morse (AT) micromo (DOT) com> escribió en el mensaje
news:2890C6D4-4CD1-439F-BA5D-E4B99B7D5508 (AT) microsoft (DOT) com...
On our main SQL server I have setup a database called DataWarehouse
which
is a location that through DTS all other databases dump relevant data for
analysis purposes. The DTS packages are doing ETL into, specifically,
tables in this DataWarehouse database.

Would it be better if in this DataWarehouse database I used views
instead
of tables to pull information from the tables I need? It seems like this
is
easier than creating DTS packages to jump a new or changed data to the
data
warehouse.

Our main analysis is really on of one DataBase which is our ERP system.
So
it's not like were dumping 5 different database into one location. It's
only 1.

Thanks for the help

-mike





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.