all groups > sql server dts > january 2004 >
You're in the

sql server dts

group:

DTS packages between 7 and 2000 ?


DTS packages between 7 and 2000 ? Auli
1/7/2004 3:32:42 AM
sql server dts:
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 /
Re: DTS packages between 7 and 2000 ? Allan Mitchell
1/7/2004 11:45:04 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


[quoted text, click to view]

Re: DTS packages between 7 and 2000 ? Brian Lawton
1/8/2004 7:30:10 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.)


[quoted text, click to view]

AddThis Social Bookmark Button