dbTalk Databases Forums  

Network Traffic

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


Discuss Network Traffic in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
i-DLT
 
Posts: n/a

Default Network Traffic - 03-06-2006 , 11:37 AM






Hi,

I am trying to confirm a hypothesis on the Network traffic that a certain
DTS will generate, my environment is configured as follows:

Server A: SQL Server Instance to act as source
Server B: SQL Server Instance to execute DTS Package
Server C: File Server at remote location to be target server

If I run a DTS package in Server B to extract information from Server A
and generate a fixed length flat file in Server C. Is it valid to say that,
all the information required to build the flat file will travel on my network
from Server A to Server B first and then it will be dumped in the flat file
on Server C?

Is there any way to still use Server B to execute the DTS package but, have
the network traffic go directly from Server A to Server C?

Thanks a lot!

Ignacio

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

Default Re: Network Traffic - 03-06-2006 , 02:51 PM






Hello i-DLT,

DTS is a client app and therefore the data will flow right past the executor.

Try calling a job on Server A that calls the package.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Hi,

I am trying to confirm a hypothesis on the Network traffic that a
certain DTS will generate, my environment is configured as follows:

Server A: SQL Server Instance to act as source Server B: SQL Server
Instance to execute DTS Package Server C: File Server at remote
location to be target server

If I run a DTS package in Server B to extract information from
Server A and generate a fixed length flat file in Server C. Is it
valid to say that, all the information required to build the flat
file will travel on my network from Server A to Server B first and
then it will be dumped in the flat file on Server C?

Is there any way to still use Server B to execute the DTS package
but, have the network traffic go directly from Server A to Server C?

Thanks a lot!

Ignacio




Reply With Quote
  #3  
Old   
i-DLT
 
Posts: n/a

Default Re: Network Traffic - 03-06-2006 , 03:26 PM



Thanks a lot Allan!

"Allan Mitchell" wrote:

Quote:
Hello i-DLT,

DTS is a client app and therefore the data will flow right past the executor.

Try calling a job on Server A that calls the package.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Hi,

I am trying to confirm a hypothesis on the Network traffic that a
certain DTS will generate, my environment is configured as follows:

Server A: SQL Server Instance to act as source Server B: SQL Server
Instance to execute DTS Package Server C: File Server at remote
location to be target server

If I run a DTS package in Server B to extract information from
Server A and generate a fixed length flat file in Server C. Is it
valid to say that, all the information required to build the flat
file will travel on my network from Server A to Server B first and
then it will be dumped in the flat file on Server C?

Is there any way to still use Server B to execute the DTS package
but, have the network traffic go directly from Server A to Server C?

Thanks a lot!

Ignacio





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.