dbTalk Databases Forums  

Datapump task qustion for temporary and Global temporary table

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


Discuss Datapump task qustion for temporary and Global temporary table in the microsoft.public.sqlserver.dts forum.



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

Default Datapump task qustion for temporary and Global temporary table - 03-24-2005 , 05:19 PM






Hi there,

In DTS, Can we use temporary or global temporary created table in DATA
PUMP TASK for Exporting data from Server1.DB1 to Server2.DB1 ?

Here is case :

In DTS Package.

Create table ##Global(xyz int) on Server2.
Server1 ----- Data Pump Task----->Server2
In Data Pump Task ( My Select Query)
Select xyz from(Server1) ABC and map this
xyz field to ##Global(xyz) on Server 2. Can we do this ?

As I know, In DTS we can only use the Physical table with Data Pump task to
export data from one server to other Server and Vice versa.

Can any one help please ..

Thanks
-Kris

Reply With Quote
  #2  
Old   
Axel Dahmen
 
Posts: n/a

Default Re: Datapump task qustion for temporary and Global temporary table - 03-26-2005 , 09:54 PM






You cannot do this because you can't bind to a temporary table at design
time.

HTH,
Axel Dahmen
www.sportbootcharter.com

--------------
"Kris" <Kris (AT) discussions (DOT) microsoft.com> schrieb im Newsbeitrag
news:72411B78-B231-4CBB-8C33-DC436BCF7540 (AT) microsoft (DOT) com...
Quote:
Hi there,

In DTS, Can we use temporary or global temporary created table in DATA
PUMP TASK for Exporting data from Server1.DB1 to Server2.DB1 ?

Here is case :

In DTS Package.

Create table ##Global(xyz int) on Server2.
Server1 ----- Data Pump Task----->Server2
In Data Pump Task ( My Select Query)
Select xyz from(Server1) ABC and map this
xyz field to ##Global(xyz) on Server 2. Can we do this ?

As I know, In DTS we can only use the Physical table with Data Pump task
to
export data from one server to other Server and Vice versa.

Can any one help please ..

Thanks
-Kris



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.