dbTalk Databases Forums  

Loading data from tables on different database and different server ?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Loading data from tables on different database and different server ? in the microsoft.public.sqlserver.dts forum.



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

Default Loading data from tables on different database and different server ? - 06-02-2004 , 02:49 AM






Hi all,

I need to do ETL/ data movement from sales data and some dimension tables
located on 10 database into OLAP database. The databases are located in two
servers. (e.g: Server_1 : 5 databases, Server_2 : 5 databases)
They are actually same tables name on each databases.

I am looking for best DTS approach / model to pull data from these many
databases, can any body give suggestion ?
Or should I just use stored procedure since all databases are SQL Server ?

Thanks for any help,
Trist




Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Loading data from tables on different database and different server ? - 06-02-2004 , 03:07 AM






The fact that you have 2 servers and 10 databases should not be a problem.

Personally I would stage the data. I would take my required data from the
10 databases and stage it on the OLAP server in a seperate DB. I would then
transform and load from there.

If you need to filter the data retireved from one server by data on another
then you can use linked servers to do this.


--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"tristant" <krislioe (AT) cbn (DOT) net.id> wrote

Quote:
Hi all,

I need to do ETL/ data movement from sales data and some dimension tables
located on 10 database into OLAP database. The databases are located in
two
servers. (e.g: Server_1 : 5 databases, Server_2 : 5 databases)
They are actually same tables name on each databases.

I am looking for best DTS approach / model to pull data from these many
databases, can any body give suggestion ?
Or should I just use stored procedure since all databases are SQL Server ?

Thanks for any help,
Trist






Reply With Quote
  #3  
Old   
Krist Lioe
 
Posts: n/a

Default Re: Loading data from tables on different database and different server ? - 06-03-2004 , 07:30 AM



Hi Alan,
Thanks for your reply.

Based on that, another questions are :

1) Pulling data from 1 database, is it better use one package to pull
data from each database, so that I will have 10 packages ? OR one
package to pull data from all database in a loop ?

2) What are the benefits of stanging the data first ?

3) What is the best scenario to filter data retrieval using linked
server, By LEFT Joining TABles across server ?
Or using DTSLookups ?

This my first implementation,
Thank you for your help,
Trist




*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!

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.