dbTalk Databases Forums  

DTS packages between 7 and 2000 ?

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


Discuss DTS packages between 7 and 2000 ? in the microsoft.public.sqlserver.dts forum.



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

Default DTS packages between 7 and 2000 ? - 01-07-2004 , 05:32 AM






Can I have two servers (one 7.0 and one 2000) with
different sort orders and the same time having DTS running
which transforms informations between these two servers /
different databases ?

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

Default Re: DTS packages between 7 and 2000 ? - 01-07-2004 , 05:45 AM






Yes

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
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


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

Quote:
Can I have two servers (one 7.0 and one 2000) with
different sort orders and the same time having DTS running
which transforms informations between these two servers /
different databases ?



Reply With Quote
  #3  
Old   
Brian Lawton
 
Posts: n/a

Default Re: DTS packages between 7 and 2000 ? - 01-08-2004 , 06:30 PM



Sure can. SQL Server itself only holds a package's definition. At runtime,
a package executes outside of SQL Server via the client-side programs
DTSRun.exe or DTSRunUI.exe. As such, DTS can connect to any database
server, be it different versions of SQL Server or even different vendor
servers such as Oracle. The data gets extracted from the source data store,
run through the Data Pump within DTS where transformations are applied, and
then passed/inserted into the target data store.

--
--Brian
(Please reply to the newsgroups only.)


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

Quote:
Can I have two servers (one 7.0 and one 2000) with
different sort orders and the same time having DTS running
which transforms informations between these two servers /
different databases ?



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.