dbTalk Databases Forums  

Linked Server or DTS Package?

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


Discuss Linked Server or DTS Package? in the microsoft.public.sqlserver.dts forum.



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

Default Linked Server or DTS Package? - 04-23-2004 , 09:44 PM






Hi,
I have a question? Linked Server or DTS Package? Which is
more advantageous while importing data from one SQL Srver
to another SQL Server?. If available please direct me to
any article available on the internet.



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

Default Re: Linked Server or DTS Package? - 04-24-2004 , 01:25 AM






Linked Servers can in my experience be slow especially when using the 4 part
naming (use Profiler to view the data). If I use them I use OPENQUERY().
DTS has it over TSQL in it's ability to handle error flows and also the
tasks within DTS. TSQL is not too good at string parsing but in a DTS
package you can use VBScript to do it for you.

Personally I look to DTS first but that's just me <grin>

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Admin" <admin (AT) emoneylinks (DOT) com> wrote

Quote:
Hi,
I have a question? Linked Server or DTS Package? Which is
more advantageous while importing data from one SQL Srver
to another SQL Server?. If available please direct me to
any article available on the internet.





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

Default Re: Linked Server or DTS Package? - 04-24-2004 , 10:49 AM



Thanks Allen,

But this is SQL to SQL data there is no string parcing
involved. My experience is the otherway. I noticed few
times the DTS was little bit slow.

Quote:
-----Original Message-----
Linked Servers can in my experience be slow especially
when using the 4 part
naming (use Profiler to view the data). If I use them I
use OPENQUERY().
DTS has it over TSQL in it's ability to handle error
flows and also the
tasks within DTS. TSQL is not too good at string
parsing but in a DTS
package you can use VBScript to do it for you.

Personally I look to DTS first but that's just me <grin

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Admin" <admin (AT) emoneylinks (DOT) com> wrote in message
news:387e01c429a6$00c9ed80$a401280a (AT) phx (DOT) gbl...
Hi,
I have a question? Linked Server or DTS Package? Which
is
more advantageous while importing data from one SQL
Srver
to another SQL Server?. If available please direct me
to
any article available on the internet.




.


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

Default Re: Linked Server or DTS Package? - 04-24-2004 , 11:14 AM



Then you go with what you are most happy. If there is nothing involved that
cannot be done in pure TSQL then go with that as you will not incur any
overhead instantiating DTS.


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


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

Quote:
Thanks Allen,

But this is SQL to SQL data there is no string parcing
involved. My experience is the otherway. I noticed few
times the DTS was little bit slow.

-----Original Message-----
Linked Servers can in my experience be slow especially
when using the 4 part
naming (use Profiler to view the data). If I use them I
use OPENQUERY().
DTS has it over TSQL in it's ability to handle error
flows and also the
tasks within DTS. TSQL is not too good at string
parsing but in a DTS
package you can use VBScript to do it for you.

Personally I look to DTS first but that's just me <grin

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Admin" <admin (AT) emoneylinks (DOT) com> wrote in message
news:387e01c429a6$00c9ed80$a401280a (AT) phx (DOT) gbl...
Hi,
I have a question? Linked Server or DTS Package? Which
is
more advantageous while importing data from one SQL
Srver
to another SQL Server?. If available please direct me
to
any article available on the internet.




.




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.