dbTalk Databases Forums  

Pulling from one sql to another sql

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


Discuss Pulling from one sql to another sql in the microsoft.public.sqlserver.dts forum.



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

Default Pulling from one sql to another sql - 11-09-2004 , 06:58 AM






Which one does the work ? Both ? Isn't most work done on
the one that pulls data out...?

Can the one that pulls data out cause blocking on the other server ?

/michael V.



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

Default RE: Pulling from one sql to another sql - 11-09-2004 , 09:33 AM






DTS is client side so the hard work is done on the box that runs the package
(Transform Data Task)

Pulling data from a server to somewhere else should only be seen on the
source server as a request for data i.e. a SELECT. It will initially ask if
the structure looks like it should but that's about it I think

"Michael Vardinghus" wrote:

Quote:
Which one does the work ? Both ? Isn't most work done on
the one that pulls data out...?

Can the one that pulls data out cause blocking on the other server ?

/michael V.




Reply With Quote
  #3  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Pulling from one sql to another sql - 11-09-2004 , 09:59 AM



Quote:
Which one does the work ? Both ? Isn't most work done on
the one that pulls data out...?
It depends as there are different ways to pull the data but
both do some work.

Quote:
Can the one that pulls data out cause blocking on the other server ?

Shared locks are used with select statements or read only
operations. Shared locks aren't compatible with exclusive
locks (IX, SIX and X). You can use sp_who2 on the other
server to identify any spids involved in blocking.

-Sue


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.