dbTalk Databases Forums  

DTS for distributed query, performance ?

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


Discuss DTS for distributed query, performance ? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kresna Rudy Kurniawan
 
Posts: n/a

Default DTS for distributed query, performance ? - 08-19-2003 , 09:07 PM






I do many distributed query from Ms Access & Ms SQL 2000,
I already try link server, but performance is slow,
My question are :
1. If I used DTS for perform distributed query, is
performace better than link server ?
2. Does Ms Access support DTS object like vb ?

Thanks

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

Default Re: DTS for distributed query, performance ? - 08-20-2003 , 01:25 AM






DTS has an object model and as long as you register the dlls you can use it
in Access, VB, c# etc etc.
DTS is very very quick when going between Access and SQL Server in general.
Obviously a caveats apply like the link isn't a 56K dial up over the
Atlantic.

As for linked servers have a look in profiler at what SQL Server is doing.
Chances are if you have specified a 4 part naming then it is retrieving each
row 1 * 1. Try using OPENROWSET this may help.

--

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



"Kresna Rudy Kurniawan" <kresnark (AT) yahoo (DOT) com> wrote

Quote:
I do many distributed query from Ms Access & Ms SQL 2000,
I already try link server, but performance is slow,
My question are :
1. If I used DTS for perform distributed query, is
performace better than link server ?
2. Does Ms Access support DTS object like vb ?

Thanks



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.