dbTalk Databases Forums  

ETL load

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


Discuss ETL load in the microsoft.public.sqlserver.dts forum.



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

Default ETL load - 09-25-2004 , 03:49 PM






I need to do ETL/ data movement. The databases are located in two servers.
(e.g: Server_1 : 2 databases, Server_2 : 1 databases)

I am using stored procedures for ETL loads into staging tables. How do I
establish connection to different SERVERS using from my stored procedure.
can any body give suggestion ? All databases are SQL Server ?
Thanks in advance.




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

Default Re: ETL load - 09-26-2004 , 02:06 AM






Linked servers will see you through this problem.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"baaul" <baaul (AT) discussions (DOT) microsoft.com> wrote

Quote:
I need to do ETL/ data movement. The databases are located in two servers.
(e.g: Server_1 : 2 databases, Server_2 : 1 databases)

I am using stored procedures for ETL loads into staging tables. How do I
establish connection to different SERVERS using from my stored procedure.
can any body give suggestion ? All databases are SQL Server ?
Thanks in advance.






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

Default Re: ETL load - 09-28-2004 , 02:31 PM



While it's not as desirable as using a linked server, you can also use
OPENROWSET or OPENDATASOURCE. Which one you pick depends on how you need to
use it. Both are in Books Online. The "not-so-nice" part of both is that
you have to put login credentials in the call. If you don't encrypt the
procedure, any user with access to syscomments will be able to read the login
and password used in the connection.


"Allan Mitchell" wrote:

Quote:
Linked servers will see you through this problem.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"baaul" <baaul (AT) discussions (DOT) microsoft.com> wrote in message
news:387FFEA5-F39D-4C5D-82F7-ECCDD127B7BB (AT) microsoft (DOT) com...
I need to do ETL/ data movement. The databases are located in two servers.
(e.g: Server_1 : 2 databases, Server_2 : 1 databases)

I am using stored procedures for ETL loads into staging tables. How do I
establish connection to different SERVERS using from my stored procedure.
can any body give suggestion ? All databases are SQL Server ?
Thanks in advance.







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.