dbTalk Databases Forums  

Using DTC with DTS

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


Discuss Using DTC with DTS in the microsoft.public.sqlserver.dts forum.



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

Default Using DTC with DTS - 03-02-2004 , 02:43 PM






Hi everyone;

I'm planning to use Data Transaction coordinator (DTC) to handle
transactions in my DTS packages for an upcoming data warehouse project

I've done a couple of simple tests with DTS and DTC and everything
worked fine.

Have you encountered any issues with DTC and DTS that hampered your
developments? Any reasons why not to use DTC?

Thanks
Kambiz

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Using DTC with DTS - 03-03-2004 , 02:52 AM






DTC is great when it works, but it needs more connectivity compared to plain
SQL over TCP/IP. If you are within the same domain, without firewalls
in-between then you will have no problems. If using with a FW in between
then there is a KB I'm sure that details the ports required,. If this is
across domains then (I think) you need to provide a mechanism for net bios
name resolution. We solved this by using WINS and manually adding the
opposite boxes into the local WINS setup.

Search for MSDTC on the KB and browse some of the articles to get a feel for
what the problems can be.


--
Darren Green
http://www.sqldts.com

"kambiz" <kambizaf (AT) yahoo (DOT) com> wrote

Quote:
Hi everyone;

I'm planning to use Data Transaction coordinator (DTC) to handle
transactions in my DTS packages for an upcoming data warehouse project

I've done a couple of simple tests with DTS and DTC and everything
worked fine.

Have you encountered any issues with DTC and DTS that hampered your
developments? Any reasons why not to use DTC?

Thanks
Kambiz



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.